diff options
author | Sachin Kamat | 2013-07-03 15:05:51 -0700 |
---|---|---|
committer | Linus Torvalds | 2013-07-03 16:07:47 -0700 |
commit | c865e9220da35d484fb44c9f2c291593637d139c (patch) | |
tree | d201a4acce39a3cfb363ba8c6f7d0bc2037110a2 | |
parent | 97dd89693d1bc30060a5096c3c92274931e66f45 (diff) |
drivers/rtc/rtc-fm3130.c: fix whitespace related issue
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>
-rw-r--r-- | drivers/rtc/rtc-fm3130.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-fm3130.c b/drivers/rtc/rtc-fm3130.c index 2835fb6c1965..8f053daf0f0c 100644 --- a/drivers/rtc/rtc-fm3130.c +++ b/drivers/rtc/rtc-fm3130.c @@ -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; |