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 <lipeng321@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
50d4c36336
commit
8ea4bfb30a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user