All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] hisilicon/hns3: convert comma to semicolon
@ 2020-12-09 13:36 Zheng Yongjun
  2020-12-10  0:34 ` David Miller
  2020-12-10  0:35 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Zheng Yongjun @ 2020-12-09 13:36 UTC (permalink / raw)
  To: davem, kuba, linux-afs, netdev, linux-kernel; +Cc: Zheng Yongjun

Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
index 1f026408ad38..ed2a3c88aab1 100644
--- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
@@ -4976,7 +4976,7 @@ static int hclge_init_fd_config(struct hclge_dev *hdev)
 	}
 
 	key_cfg = &hdev->fd_cfg.key_cfg[HCLGE_FD_STAGE_1];
-	key_cfg->key_sel = HCLGE_FD_KEY_BASE_ON_TUPLE,
+	key_cfg->key_sel = HCLGE_FD_KEY_BASE_ON_TUPLE;
 	key_cfg->inner_sipv6_word_en = LOW_2_WORDS;
 	key_cfg->inner_dipv6_word_en = LOW_2_WORDS;
 	key_cfg->outer_sipv6_word_en = 0;
-- 
2.22.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] hisilicon/hns3: convert comma to semicolon
  2020-12-09 13:36 [PATCH net-next] hisilicon/hns3: convert comma to semicolon Zheng Yongjun
@ 2020-12-10  0:34 ` David Miller
  2020-12-10  0:35 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2020-12-10  0:34 UTC (permalink / raw)
  To: zhengyongjun3; +Cc: kuba, linux-afs, netdev, linux-kernel

From: Zheng Yongjun <zhengyongjun3@huawei.com>
Date: Wed, 9 Dec 2020 21:36:30 +0800

> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] hisilicon/hns3: convert comma to semicolon
  2020-12-09 13:36 [PATCH net-next] hisilicon/hns3: convert comma to semicolon Zheng Yongjun
  2020-12-10  0:34 ` David Miller
@ 2020-12-10  0:35 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2020-12-10  0:35 UTC (permalink / raw)
  To: zhengyongjun3; +Cc: kuba, linux-afs, netdev, linux-kernel

From: Zheng Yongjun <zhengyongjun3@huawei.com>
Date: Wed, 9 Dec 2020 21:36:30 +0800

> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-10  0:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09 13:36 [PATCH net-next] hisilicon/hns3: convert comma to semicolon Zheng Yongjun
2020-12-10  0:34 ` David Miller
2020-12-10  0:35 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.