net: hns3: remove unnecessary spaces
This patch removes some unnecessary spaces for cleanup. Signed-off-by: Hao Chen <chenhao288@hisilicon.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c74e503572
commit
7f2d4b7ffa
2 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ static const struct pci_device_id hns3_pci_tbl[] = {
|
|||
{PCI_VDEVICE(HUAWEI, HNAE3_DEV_ID_RDMA_DCB_PFC_VF),
|
||||
HNAE3_DEV_SUPPORT_ROCE_DCB_BITS},
|
||||
/* required last entry */
|
||||
{0, }
|
||||
{0,}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pci, hns3_pci_tbl);
|
||||
|
||||
|
|
|
|||
|
|
@ -5944,7 +5944,7 @@ static int hclge_config_key(struct hclge_dev *hdev, u8 stage,
|
|||
cur_key_x = key_x;
|
||||
cur_key_y = key_y;
|
||||
|
||||
for (i = 0 ; i < MAX_TUPLE; i++) {
|
||||
for (i = 0; i < MAX_TUPLE; i++) {
|
||||
bool tuple_valid;
|
||||
|
||||
tuple_size = tuple_key_info[i].key_length / 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue