aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mpc5121.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-07-03 18:05:57 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2013-07-03 19:07:47 -0400
commit07d27f2df56e6b8937fba13909f4eb5685211bb4 (patch)
treedd50414beb66d01dea9fc8de6867ed3493753ed3 /drivers/rtc/rtc-mpc5121.c
parentf887a9de5522487debc7601595f4ef791572c044 (diff)
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.c2
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 {
68 u32 target_time; /* RTC + 0x20 */ 68 u32 target_time; /* RTC + 0x20 */
69 /* 69 /*
70 * actual_time: 70 * actual_time:
71 * readonly time since VBAT_RTC was last connected 71 * readonly time since VBAT_RTC was last connected
72 */ 72 */
73 u32 actual_time; /* RTC + 0x24 */ 73 u32 actual_time; /* RTC + 0x24 */
74 u32 keep_alive; /* RTC + 0x28 */ 74 u32 keep_alive; /* RTC + 0x28 */