diff options
author | Huazhong Tan <tanhuazhong@huawei.com> | 2021-04-17 09:09:23 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-20 00:38:05 +0200 |
commit | 8ed64dbe0bdf39479772896b2b4e5cbbdf89f086 (patch) | |
tree | 9494f6fc9b5d47435b33fc3d79041e7189702a59 /drivers | |
parent | net: hns3: remove a duplicate pf reset counting (diff) | |
download | linux-8ed64dbe0bdf39479772896b2b4e5cbbdf89f086.tar.xz linux-8ed64dbe0bdf39479772896b2b4e5cbbdf89f086.zip |
net: hns3: cleanup inappropriate spaces in struct hlcgevf_tqp_stats
Modify some inappropriate spaces in comments of struct
hlcgevf_tqp_stats.
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h b/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h index 956095b89a1b..265c9b0b4728 100644 --- a/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h +++ b/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h @@ -177,9 +177,9 @@ struct hclgevf_hw { /* TQP stats */ struct hlcgevf_tqp_stats { - /* query_tqp_tx_queue_statistics ,opcode id: 0x0B03 */ + /* query_tqp_tx_queue_statistics, opcode id: 0x0B03 */ u64 rcb_tx_ring_pktnum_rcd; /* 32bit */ - /* query_tqp_rx_queue_statistics ,opcode id: 0x0B13 */ + /* query_tqp_rx_queue_statistics, opcode id: 0x0B13 */ u64 rcb_rx_ring_pktnum_rcd; /* 32bit */ }; |