提交 22626e82 编写于 作者: S Shengzui You 提交者: Yang Yingliang

net: hns3: modify the sensitive words

driver inclusion
category: bugfix
bugzilla: NA
CVE: NA

-----------------------------------
Reviewed-by: NWeiwei Deng <dengweiwei@huawei.com>
Reviewed-by: NZhaohui Zhong <zhongzhaohui@huawei.com>
Reviewed-by: NJunxin Chen <chenjunxin1@huawei.com>
Signed-off-by: NShengzui You <youshengzui@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 6b1fdafb
...@@ -36,14 +36,14 @@ typedef void (*nic_event_fn_t) (struct net_device *netdev, ...@@ -36,14 +36,14 @@ typedef void (*nic_event_fn_t) (struct net_device *netdev,
enum hnae3_event_type_custom); enum hnae3_event_type_custom);
/** /**
* nic_register_event - register for nic event listening * nic_register_event - register for nic event handling
* @event_call: nic event handler * @event_call: nic event handler
* return 0 - success , negative - fail * return 0 - success , negative - fail
*/ */
int nic_register_event(nic_event_fn_t event_call); int nic_register_event(nic_event_fn_t event_call);
/** /**
* nic_unregister_event - quit nic event listening * nic_unregister_event - quit nic event handling
* return 0 - success , negative - fail * return 0 - success , negative - fail
*/ */
int nic_unregister_event(void); int nic_unregister_event(void);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册