aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns
diff options
context:
space:
mode:
authorPeng Li <lipeng321@huawei.com>2021-05-14 15:31:41 +0800
committerDavid S. Miller <davem@davemloft.net>2021-05-14 15:09:24 -0700
commit5caab55a29792beade82a05e9e7089611f95bbbf (patch)
treea579cebe90e3524679e908218246040f4a76df22 /drivers/net/ethernet/hisilicon/hns
parentnet: hns: fix some code style issue about space (diff)
downloadlinux-dev-5caab55a29792beade82a05e9e7089611f95bbbf.tar.xz
linux-dev-5caab55a29792beade82a05e9e7089611f95bbbf.zip
net: hns: space required before the open brace '{'
Add the space required before the open brace '{'. Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/hisilicon/hns')
-rw-r--r--drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c b/drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
index 4f7684ab9409..1eaac89d60b7 100644
--- a/drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
+++ b/drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
@@ -521,7 +521,7 @@ static phy_interface_t hns_mac_get_phy_if(struct hns_mac_cb *mac_cb)
reg = HNS_MAC_HILINK4_REG;
else
reg = HNS_MAC_HILINK3_REG;
- } else{
+ } else {
if (!HNS_DSAF_IS_DEBUG(mac_cb->dsaf_dev) && mac_id <= 3)
reg = HNS_MAC_HILINK4V2_REG;
else