net: hns3: replace one tab with space in for statement
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>
This commit is contained in:
parent
40975e749d
commit
7acf76b1cd
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user