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:
Родитель
50d4c36336
Коммит
8ea4bfb30a
|
@ -577,7 +577,7 @@ static u64 fst_work_txq;
|
||||||
static u64 fst_work_intq;
|
static u64 fst_work_intq;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
fst_q_work_item(u64 * queue, int card_index)
|
fst_q_work_item(u64 *queue, int card_index)
|
||||||
{
|
{
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
u64 mask;
|
u64 mask;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче