From 7ae69ef5553e55ef37b330944e101fddd07c5a50 Mon Sep 17 00:00:00 2001 From: Yonglong Liu Date: Thu, 15 Aug 2019 16:55:33 +0800 Subject: [PATCH] net: hns3: change Chinese comments to English driver inclusion category: bugfix bugzilla: NA CVE: NA Some Chinese comments in kcompat.h, change them to English. Feature or Bugfix:Bugfix Signed-off-by: Yonglong Liu Reviewed-by: linyunsheng Reviewed-by: Yang Yingliang Signed-off-by: Yang Yingliang --- drivers/net/ethernet/hisilicon/hns3/kcompat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/hisilicon/hns3/kcompat.h b/drivers/net/ethernet/hisilicon/hns3/kcompat.h index f9cb1b9a7ec2..8dc067c804d4 100644 --- a/drivers/net/ethernet/hisilicon/hns3/kcompat.h +++ b/drivers/net/ethernet/hisilicon/hns3/kcompat.h @@ -54,7 +54,7 @@ static inline void _kc_csum_replace_by_diff(__sum16 *sum, __wsum diff) #undef phy_ethtool_ksettings_get #define phy_ethtool_ksettings_get _kc_phy_ethtool_ksettings_get -/* Hi1980 IO目前没有外挂phy, 所以此处phy相关接口暂时屏蔽 */ +/* Hi1980 IO have no external phy devices, so just return not support */ static inline int _kc_phy_ethtool_ksettings_get(struct phy_device *phydev, const struct ethtool_link_ksettings *cmd) { -- GitLab