OSDN Git Service

net: hns3: Fix inconsistent indenting
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 18 Jun 2019 18:54:22 +0000 (20:54 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Jun 2019 20:30:55 +0000 (16:30 -0400)
Fix wrong indentation of goto return.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c

index 196a3d7..f326805 100644 (file)
@@ -3803,7 +3803,7 @@ static int hns3_client_init(struct hnae3_handle *handle)
        ret = hns3_client_start(handle);
        if (ret) {
                dev_err(priv->dev, "hns3_client_start fail! ret=%d\n", ret);
-                       goto out_client_start;
+               goto out_client_start;
        }
 
        hns3_dcbnl_setup(handle);