summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-rk808.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-11-01 14:53:52 +0000
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-11-12 23:14:07 +0100
commit725412d9e07aad88767ad847dcc81d60b617af99 (patch)
treedcac95835d043eb6f836eed16368f5e7c5eafe63 /drivers/rtc/rtc-rk808.c
parentc50156526a2f7176b50134e3e5fb108ba09791b2 (diff)
rtc: clean up indentation issues, remove extraneous space, add missing tabs
Trivial fix to clean up indentation issues, remove spaces, add missing tabs Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/rtc-rk808.c')
-rw-r--r--drivers/rtc/rtc-rk808.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-rk808.c b/drivers/rtc/rtc-rk808.c
index 739c0d42e835..b2f9e45e0298 100644
--- a/drivers/rtc/rtc-rk808.c
+++ b/drivers/rtc/rtc-rk808.c
@@ -400,7 +400,7 @@ static int rk808_rtc_probe(struct platform_device *pdev)
if (ret) {
dev_err(&pdev->dev,
"Failed to write RTC status: %d\n", ret);
- return ret;
+ return ret;
}
device_init_wakeup(&pdev->dev, 1);