projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8379f0a
)
net: hns: typo fix of annotation info for hns_nic_reset_subtask()
author
Qianqian Xie
<
[email protected]
>
Tue, 21 Jun 2016 03:56:24 +0000
(11:56 +0800)
committer
David S. Miller
<
[email protected]
>
Tue, 21 Jun 2016 08:51:54 +0000
(
04:51
-0400)
The annotation info for hns_nic_reset_subtask() should be
"for resetting subtask" instead of "for resetting suntask".
Signed-off-by: Qianqian Xie <
[email protected]
>
Signed-off-by: Yisen Zhuang <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/hisilicon/hns/hns_enet.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/hisilicon/hns/hns_enet.c
b/drivers/net/ethernet/hisilicon/hns/hns_enet.c
index 15200e4cd45644bdc53e78a748a98e80333266d4..b978db46435efb98937e2d8eee0c1e0ea8f6bdb7 100644
(file)
--- a/
drivers/net/ethernet/hisilicon/hns/hns_enet.c
+++ b/
drivers/net/ethernet/hisilicon/hns/hns_enet.c
@@
-1633,7
+1633,7
@@
static void hns_nic_dump(struct hns_nic_priv *priv)
}
}
-/* for resetting su
ntask
*/
+/* for resetting su
btask
*/
static void hns_nic_reset_subtask(struct hns_nic_priv *priv)
{
enum hnae_port_type type = priv->ae_handle->port_type;