From: Peng Li Date: Tue, 8 Jun 2021 08:12:29 +0000 (+0800) Subject: net: farsync: fix the code style issue about "foo* bar" X-Git-Tag: v5.14-rc1~119^2~288^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ea4bfb30abc5ef2688f014ffab70b5e704f0c83;p=thirdparty%2Fkernel%2Flinux.git net: farsync: fix the code style issue about "foo* bar" Fix the checkpatch error as "foo * bar" should be "foo *bar". Signed-off-by: Peng Li Signed-off-by: Guangbin Huang Signed-off-by: David S. Miller --- diff --git a/drivers/net/wan/farsync.c b/drivers/net/wan/farsync.c index 9a69aa76ccafe..a5fe605d2c386 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;