lkml.org 
[lkml]   [2020]   [Sep]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] misc: hisi_hikey_usb: clean up indentation issue
Date
From: Colin Ian King <colin.king@canonical.com>

There is a return statement that is indented too deeply,
fix this by removing the extraneous tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/misc/hisi_hikey_usb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/hisi_hikey_usb.c b/drivers/misc/hisi_hikey_usb.c
index 5759e7209023..cc93569e601c 100644
--- a/drivers/misc/hisi_hikey_usb.c
+++ b/drivers/misc/hisi_hikey_usb.c
@@ -162,7 +162,7 @@ static int hisi_hikey_usb_parse_kirin970(struct platform_device *pdev,
dev_err(&pdev->dev,
"get hub-vdd-supply failed with error %ld\n",
PTR_ERR(regulator));
- return PTR_ERR(regulator);
+ return PTR_ERR(regulator);
}
hisi_hikey_usb->regulator = regulator;

--
2.27.0
\
 
 \ /
  Last update: 2020-09-20 16:21    [W:0.014 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site