projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50d4c36
)
net: farsync: fix the code style issue about "foo* bar"
author
Peng Li
<lipeng321@huawei.com>
Tue, 8 Jun 2021 08:12:29 +0000
(16:12 +0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 8 Jun 2021 19:04:04 +0000
(12:04 -0700)
Fix the checkpatch error as "foo * bar" should be "foo *bar".
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/farsync.c
patch
|
blob
|
history
diff --git
a/drivers/net/wan/farsync.c
b/drivers/net/wan/farsync.c
index 9a69aa76ccafe7f969fe4903d4e2f8e49b9b9f69..a5fe605d2c38634998b0cbf25274ed7c79743e44 100644
(file)
--- a/
drivers/net/wan/farsync.c
+++ b/
drivers/net/wan/farsync.c
@@
-577,7
+577,7
@@
static u64 fst_work_txq;
static u64 fst_work_intq;
static void
-fst_q_work_item(u64 *
queue, int card_index)
+fst_q_work_item(u64 *queue, int card_index)
{
unsigned long flags;
u64 mask;