提交 017d8603 编写于 作者: L liweihang 提交者: Xie XiuQi

net: hns3: modify format of some comments

driver inclusion
category: bugfix
bugzilla: NA
CVE: NA

There should be at least one blank character between code and comments in
same line. And there should be a space between comments and slash asterisk
or asterisk slash.

Feature or Bugfix: Bugfix
Signed-off-by: Nliweihang <liweihang@huawei.com>
Reviewed-by: Nlipeng <lipeng321@huawei.com>
Reviewed-by: NYang Yingliang <yangyingliang@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 4165a2d1
...@@ -84,10 +84,10 @@ struct hnae3_queue { ...@@ -84,10 +84,10 @@ struct hnae3_queue {
void __iomem *io_base; void __iomem *io_base;
struct hnae3_ae_algo *ae_algo; struct hnae3_ae_algo *ae_algo;
struct hnae3_handle *handle; struct hnae3_handle *handle;
int tqp_index; /* index in a handle */ int tqp_index; /* index in a handle */
u32 buf_size; /* size for hnae_desc->addr, preset by AE */ u32 buf_size; /* size for hnae_desc->addr, preset by AE */
u16 tx_desc_num;/* total number of tx desc */ u16 tx_desc_num; /* total number of tx desc */
u16 rx_desc_num;/* total number of rx desc */ u16 rx_desc_num; /* total number of rx desc */
}; };
struct hns3_mac_stats { struct hns3_mac_stats {
...@@ -95,7 +95,7 @@ struct hns3_mac_stats { ...@@ -95,7 +95,7 @@ struct hns3_mac_stats {
u64 rx_pause_cnt; u64 rx_pause_cnt;
}; };
/*hnae3 loop mode*/ /* hnae3 loop mode */
enum hnae3_loop { enum hnae3_loop {
HNAE3_LOOP_APP, HNAE3_LOOP_APP,
HNAE3_LOOP_SERIAL_SERDES, HNAE3_LOOP_SERIAL_SERDES,
......
...@@ -324,11 +324,11 @@ enum hns3_pkt_l3type { ...@@ -324,11 +324,11 @@ enum hns3_pkt_l3type {
HNS3_L3_TYPE_MAC_PAUSE, HNS3_L3_TYPE_MAC_PAUSE,
HNS3_L3_TYPE_PFC_PAUSE,/* 0x9*/ HNS3_L3_TYPE_PFC_PAUSE,/* 0x9*/
/* reserved for 0xA~0xB*/ /* reserved for 0xA~0xB */
HNS3_L3_TYPE_CNM = 0xc, HNS3_L3_TYPE_CNM = 0xc,
/* reserved for 0xD~0xE*/ /* reserved for 0xD~0xE */
HNS3_L3_TYPE_PARSE_FAIL = 0xf /* must be last */ HNS3_L3_TYPE_PARSE_FAIL = 0xf /* must be last */
}; };
...@@ -353,7 +353,7 @@ enum hns3_pkt_ol3type { ...@@ -353,7 +353,7 @@ enum hns3_pkt_ol3type {
HNS3_OL3_TYPE_IPV4_OPT = 4, HNS3_OL3_TYPE_IPV4_OPT = 4,
HNS3_OL3_TYPE_IPV6_EXT, HNS3_OL3_TYPE_IPV6_EXT,
/* reserved for 0x6~0xE*/ /* reserved for 0x6~0xE */
HNS3_OL3_TYPE_PARSE_FAIL = 0xf /* must be last */ HNS3_OL3_TYPE_PARSE_FAIL = 0xf /* must be last */
}; };
......
...@@ -1521,7 +1521,7 @@ static int hclgevf_reset(struct hclgevf_dev *hdev) ...@@ -1521,7 +1521,7 @@ static int hclgevf_reset(struct hclgevf_dev *hdev)
rtnl_lock(); rtnl_lock();
/* now, re-initialize the nic client and ae device*/ /* now, re-initialize the nic client and ae device */
ret = hclgevf_reset_stack(hdev); ret = hclgevf_reset_stack(hdev);
if (ret) { if (ret) {
dev_err(&hdev->pdev->dev, "failed to reset VF stack\n"); dev_err(&hdev->pdev->dev, "failed to reset VF stack\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册