aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-mpc5121.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-07-03 15:05:57 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-07-03 16:07:47 -0700
commit07d27f2df56e6b8937fba13909f4eb5685211bb4 (patch)
treedd50414beb66d01dea9fc8de6867ed3493753ed3 /drivers/rtc/rtc-mpc5121.c
parentdrivers/rtc/rtc-max8997.c: remove space before semicolon (diff)
downloadwireguard-linux-07d27f2df56e6b8937fba13909f4eb5685211bb4.tar.xz
wireguard-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.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 {
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 */