mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-14 19:16:35 -05:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user