diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-07-04 00:05:57 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-04 01:07:47 +0200 |
commit | 07d27f2df56e6b8937fba13909f4eb5685211bb4 (patch) | |
tree | dd50414beb66d01dea9fc8de6867ed3493753ed3 /drivers/rtc/rtc-mpc5121.c | |
parent | drivers/rtc/rtc-max8997.c: remove space before semicolon (diff) | |
download | linux-07d27f2df56e6b8937fba13909f4eb5685211bb4.tar.xz linux-07d27f2df56e6b8937fba13909f4eb5685211bb4.zip |
drivers/rtc/rtc-mpc5121.c: remove space before tab
WARNING: please, no space before tabs
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/rtc-mpc5121.c')
-rw-r--r-- | drivers/rtc/rtc-mpc5121.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-mpc5121.c b/drivers/rtc/rtc-mpc5121.c index bdcc60830aec..213006bfc69a 100644 --- a/drivers/rtc/rtc-mpc5121.c +++ b/drivers/rtc/rtc-mpc5121.c @@ -68,7 +68,7 @@ struct mpc5121_rtc_regs { u32 target_time; /* RTC + 0x20 */ /* * actual_time: - * readonly time since VBAT_RTC was last connected + * readonly time since VBAT_RTC was last connected */ u32 actual_time; /* RTC + 0x24 */ u32 keep_alive; /* RTC + 0x28 */ |