mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 02:49:02 -04:00
hisilicon/hns3: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
3d4068b24c
commit
474d8feffb
@@ -5010,7 +5010,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;
|
||||
|
||||
Reference in New Issue
Block a user