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>
This commit is contained in:
parent
99838e602b
commit
bf6de23153
|
@ -3803,7 +3803,7 @@ static int hns3_client_init(struct hnae3_handle *handle)
|
||||||
ret = hns3_client_start(handle);
|
ret = hns3_client_start(handle);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
dev_err(priv->dev, "hns3_client_start fail! ret=%d\n", 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);
|
hns3_dcbnl_setup(handle);
|
||||||
|
|
Loading…
Reference in New Issue