diff mbox series

[net-next,03/16] net: farsync: fix the code style issue about "foo* bar"

Message ID 1623139962-34847-4-git-send-email-huangguangbin2@huawei.com
State New
Headers show
Series net: farsync: clean up some code style issues | expand

Commit Message

huangguangbin (A) June 8, 2021, 8:12 a.m. UTC
From: Peng Li <lipeng321@huawei.com>

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>
---
 drivers/net/wan/farsync.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/net/wan/farsync.c b/drivers/net/wan/farsync.c
index 9a69aa7..a5fe605 100644
--- 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;