drivers/rtc/rtc-fm3130.c: fix whitespace related issue
authorSachin Kamat <[email protected]>
Wed, 3 Jul 2013 22:05:51 +0000 (15:05 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Cc: Jingoo Han <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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;