]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: split function hclge_update_port_base_vlan_cfg()
authorJian Shen <shenjian15@huawei.com>
Thu, 2 Dec 2021 08:36:00 +0000 (16:36 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Dec 2021 11:53:43 +0000 (11:53 +0000)
commitd2be2d6db9aeeb12d170b4ba5db524fbc15d5e1a
tree94c03c36ae35632e4016276cc99b0a4ebea99bd8
parent38333db6e660671c6b0a74b3c6b2f743c5d74d5c
net: hns3: split function hclge_update_port_base_vlan_cfg()

Currently the function hclge_update_port_base_vlan_cfg() is a
bit long. Split it to several small functions, to improve the
readability.

Signed-off-by: Jian Shen <shenjian15@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c