Skip to content

Commit bf6de23

Browse files
krzkdavem330
authored andcommitted
net: hns3: Fix inconsistent indenting
Fix wrong indentation of goto return. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 99838e6 commit bf6de23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/hisilicon/hns3/hns3_enet.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3803,7 +3803,7 @@ static int hns3_client_init(struct hnae3_handle *handle)
38033803
ret = hns3_client_start(handle);
38043804
if (ret) {
38053805
dev_err(priv->dev, "hns3_client_start fail! ret=%d\n", ret);
3806-
goto out_client_start;
3806+
goto out_client_start;
38073807
}
38083808

38093809
hns3_dcbnl_setup(handle);

0 commit comments

Comments
 (0)