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>
This commit is contained in:
Huazhong Tan 2021-04-17 15:09:23 +08:00 committed by David S. Miller
parent 1c5a2ba679
commit 8ed64dbe0b
1 changed files with 2 additions and 2 deletions

View File

@ -177,9 +177,9 @@ struct hclgevf_hw {
/* TQP stats */ /* TQP stats */
struct hlcgevf_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 */ 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 */ u64 rcb_rx_ring_pktnum_rcd; /* 32bit */
}; };