drivers/rtc/rtc-fm3130.c: fix whitespace related issue
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 3 Jul 2013 22:05:51 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:47 +0000 (16:07 -0700)
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>
Signed-off-by: Linus Torvalds <torvalds@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;
This page took 0.026677 seconds and 5 git commands to generate.