OSDN Git Service

net: hns3: replace one tab with space in for statement
authorHao Chen <chenhao288@hisilicon.com>
Fri, 3 Dec 2021 09:20:58 +0000 (17:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Dec 2021 11:00:59 +0000 (11:00 +0000)
Replace one tab with space between symbol ')' and '{' in for statement of
function hclge_map_tqp().

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>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c

index e050e45..3edea32 100644 (file)
@@ -1890,7 +1890,7 @@ static int hclge_map_tqp(struct hclge_dev *hdev)
        u16 i, num_vport;
 
        num_vport = hdev->num_req_vfs + 1;
-       for (i = 0; i < num_vport; i++) {
+       for (i = 0; i < num_vport; i++) {
                int ret;
 
                ret = hclge_map_tqp_to_vport(hdev, vport);