Commit 07d27f2d authored by Sachin Kamat's avatar Sachin Kamat Committed by Linus Torvalds

drivers/rtc/rtc-mpc5121.c: remove space before tab

  WARNING: please, no space before tabs
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f887a9de
...@@ -68,7 +68,7 @@ struct mpc5121_rtc_regs { ...@@ -68,7 +68,7 @@ struct mpc5121_rtc_regs {
u32 target_time; /* RTC + 0x20 */ u32 target_time; /* RTC + 0x20 */
/* /*
* actual_time: * actual_time:
* readonly time since VBAT_RTC was last connected * readonly time since VBAT_RTC was last connected
*/ */
u32 actual_time; /* RTC + 0x24 */ u32 actual_time; /* RTC + 0x24 */
u32 keep_alive; /* RTC + 0x28 */ u32 keep_alive; /* RTC + 0x28 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment