OSDN Git Service

net: hns3: cleanup inappropriate spaces in struct hlcgevf_tqp_stats
authorHuazhong Tan <tanhuazhong@huawei.com>
Sat, 17 Apr 2021 07:09:23 +0000 (15:09 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Apr 2021 22:38:05 +0000 (15:38 -0700)
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>
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h

index 956095b..265c9b0 100644 (file)
@@ -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 */
 };