Commit 7f2d4b7f authored by Hao Chen's avatar Hao Chen Committed by David S. Miller

net: hns3: remove unnecessary spaces

This patch removes some unnecessary spaces for cleanup.
Signed-off-by: default avatarHao Chen <chenhao288@hisilicon.com>
Signed-off-by: default avatarGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c74e5035
...@@ -100,7 +100,7 @@ static const struct pci_device_id hns3_pci_tbl[] = { ...@@ -100,7 +100,7 @@ static const struct pci_device_id hns3_pci_tbl[] = {
{PCI_VDEVICE(HUAWEI, HNAE3_DEV_ID_RDMA_DCB_PFC_VF), {PCI_VDEVICE(HUAWEI, HNAE3_DEV_ID_RDMA_DCB_PFC_VF),
HNAE3_DEV_SUPPORT_ROCE_DCB_BITS}, HNAE3_DEV_SUPPORT_ROCE_DCB_BITS},
/* required last entry */ /* required last entry */
{0, } {0,}
}; };
MODULE_DEVICE_TABLE(pci, hns3_pci_tbl); MODULE_DEVICE_TABLE(pci, hns3_pci_tbl);
......
...@@ -5944,7 +5944,7 @@ static int hclge_config_key(struct hclge_dev *hdev, u8 stage, ...@@ -5944,7 +5944,7 @@ static int hclge_config_key(struct hclge_dev *hdev, u8 stage,
cur_key_x = key_x; cur_key_x = key_x;
cur_key_y = key_y; cur_key_y = key_y;
for (i = 0 ; i < MAX_TUPLE; i++) { for (i = 0; i < MAX_TUPLE; i++) {
bool tuple_valid; bool tuple_valid;
tuple_size = tuple_key_info[i].key_length / 8; tuple_size = tuple_key_info[i].key_length / 8;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment