Skip to content

Commit

Permalink
net: farsync: fix the code style issue about "foo* bar"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peng Li authored and David S. Miller committed Jun 8, 2021
1 parent 50d4c36 commit 8ea4bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wan/farsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8ea4bfb

Please sign in to comment.