]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/rtc/rtc-fm3130.c: fix whitespace related issue
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 9 May 2013 23:57:30 +0000 (09:57 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 21 May 2013 04:17:48 +0000 (14:17 +1000)
Silences the following checkpatch warning:
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>
drivers/rtc/rtc-fm3130.c

index 2835fb6c1965a7d1acbaba149f1a387aed9904ce..8f053daf0f0ce8b863945ad9eca3c1200ceab527 100644 (file)
@@ -47,7 +47,7 @@
 
 struct fm3130 {
        u8                      reg_addr_time;
-       u8                      reg_addr_alarm;
+       u8                      reg_addr_alarm;
        u8                      regs[15];
        struct i2c_msg          msg[4];
        struct i2c_client       *client;