提交 a82f8f20 编写于 作者: Y Yonglong Liu 提交者: Yang Yingliang

net: hns3: cleanup for some print type miss match and blank lines

driver inclusion
category: cleanup
bugzilla: NA
CVE: NA

----------------------------
Signed-off-by: NYonglong Liu <liuyonglong@huawei.com>
Reviewed-by: NJunxin Chen <chenjunxin1@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 3fc6a446
...@@ -568,7 +568,7 @@ static int hns3_dbg_queue_map(struct hnae3_handle *h, char *buf, int len) ...@@ -568,7 +568,7 @@ static int hns3_dbg_queue_map(struct hnae3_handle *h, char *buf, int len)
sprintf(result[j++], "%u", i); sprintf(result[j++], "%u", i);
sprintf(result[j++], "%u", sprintf(result[j++], "%u",
h->ae_algo->ops->get_global_queue_id(h, i)); h->ae_algo->ops->get_global_queue_id(h, i));
sprintf(result[j++], "%u", sprintf(result[j++], "%d",
priv->ring[i].tqp_vector->vector_irq); priv->ring[i].tqp_vector->vector_irq);
hns3_dbg_fill_content(content, sizeof(content), queue_map_items, hns3_dbg_fill_content(content, sizeof(content), queue_map_items,
(const char **)result, (const char **)result,
......
...@@ -869,7 +869,6 @@ struct hclge_dev { ...@@ -869,7 +869,6 @@ struct hclge_dev {
enum HCLGE_FD_ACTIVE_RULE_TYPE fd_active_type; enum HCLGE_FD_ACTIVE_RULE_TYPE fd_active_type;
u8 fd_en; u8 fd_en;
u16 wanted_umv_size; u16 wanted_umv_size;
/* max available unicast mac vlan space */ /* max available unicast mac vlan space */
u16 max_umv_size; u16 max_umv_size;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册