commit | ec4d9392207aad5db32cc518c4a5c8b7f1057fa1 | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Sat May 30 09:08:30 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat May 30 17:41:22 2020 -0700 |
tree | 340c5afa3e2fa807ef65a7dcc7f5c4a7dcc56b51 | |
parent | fc68aed15648c70db0377a6abd2b34ec328dd12a [diff] |
net: hns3: fix an incorrect comment for num_tqps in struct hclgevf_dev struct hclgevf_dev stands for VF device, its field num_tqps indicates the number of VF's task queue pairs, so the comment is incorrect, replace 'PF' with 'VF'. Reported-by: Jian Shen <shenjian15@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>