Browse Source

net: hns: typo fix of annotation info for hns_nic_reset_subtask()

The annotation info for hns_nic_reset_subtask() should be
"for resetting subtask" instead of "for resetting suntask".

Signed-off-by: Qianqian Xie <xieqianqian@huawei.com>
Signed-off-by: Yisen Zhuang <Yisen.Zhuang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Qianqian Xie 9 years ago
parent
commit
f7211729bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/ethernet/hisilicon/hns/hns_enet.c

+ 1 - 1
drivers/net/ethernet/hisilicon/hns/hns_enet.c

@@ -1633,7 +1633,7 @@ static void hns_nic_dump(struct hns_nic_priv *priv)
 	}
 	}
 }
 }
 
 
-/* for resetting suntask*/
+/* for resetting subtask */
 static void hns_nic_reset_subtask(struct hns_nic_priv *priv)
 static void hns_nic_reset_subtask(struct hns_nic_priv *priv)
 {
 {
 	enum hnae_port_type type = priv->ae_handle->port_type;
 	enum hnae_port_type type = priv->ae_handle->port_type;