From: Peng Li Date: Fri, 14 May 2021 07:31:41 +0000 (+0800) Subject: net: hns: space required before the open brace '{' X-Git-Tag: io_uring-5.14-2021-07-09~10^2~536^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5caab55a29792beade82a05e9e7089611f95bbbf;p=linux-block.git net: hns: space required before the open brace '{' Add the space required before the open brace '{'. Signed-off-by: Peng Li Signed-off-by: Guangbin Huang Signed-off-by: David S. Miller --- 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