mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
f887a9de55
commit
07d27f2df5
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue