commit | a3a0ff0150c9ea761e41849152074391dd51e8da | [log] [tgz] |
---|---|---|
author | Guangbin Huang <huangguangbin2@huawei.com> | Tue Sep 08 10:59:50 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 08 19:51:40 2020 -0700 |
tree | 9d6b16fb0efe925e5f6ea407040c20516d95726d | |
parent | e639436339318799a45a87bcefffd66d122f4893 [diff] |
net: hns3: fix a typo in struct hclge_mac The member link of struct hclge_mac stores the link status of MAC and PHY if PHY exists, but its annotation uses word "exit", so fix it. Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>