提交 1bbff753 编写于 作者: H Huazhong Tan 提交者: Zheng Zengkai

net: hns3: cleanup inappropriate spaces in struct hlcgevf_tqp_stats

mainline inclusion
from mainline-v5.13-rc1
commit 8ed64dbe
category: feature
bugzilla: 173966
CVE: NA

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8ed64dbe0bdf39479772896b2b4e5cbbdf89f086

----------------------------------------------------------------------

Modify some inappropriate spaces in comments of struct
hlcgevf_tqp_stats.
Signed-off-by: NHuazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
Reviewed-by: NYongxin Li <liyongxin1@huawei.com>
Signed-off-by: NJunxin Chen <chenjunxin1@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 b82db240
...@@ -177,9 +177,9 @@ struct hclgevf_hw { ...@@ -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 */
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册