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:
Peng Li 2021-06-08 16:12:29 +08:00 коммит произвёл David S. Miller
Родитель 50d4c36336
Коммит 8ea4bfb30a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;