Re: [PATCH] net: hns3: Fix inconsistent indenting

2019-06-19 Thread David Miller
From: Krzysztof Kozlowski Date: Tue, 18 Jun 2019 20:54:22 +0200 > Fix wrong indentation of goto return. > > Signed-off-by: Krzysztof Kozlowski Applied, thanks.

[PATCH] net: hns3: Fix inconsistent indenting

2019-06-18 Thread Krzysztof Kozlowski
Fix wrong indentation of goto return. Signed-off-by: Krzysztof Kozlowski --- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c inde