net: farsync: fix the code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Tue, 8 Jun 2021 08:12:29 +0000 (16:12 +0800)
committerDavid 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

index 9a69aa76ccafe7f969fe4903d4e2f8e49b9b9f69..a5fe605d2c38634998b0cbf25274ed7c79743e44 100644 (file)
@@ -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;