提交 c865e922 编写于 作者: S Sachin Kamat 提交者: Linus Torvalds

drivers/rtc/rtc-fm3130.c: fix whitespace related issue

Silences the following checkpatch warning:

  WARNING: please, no space before tabs
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 97dd8969
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
struct fm3130 { struct fm3130 {
u8 reg_addr_time; u8 reg_addr_time;
u8 reg_addr_alarm; u8 reg_addr_alarm;
u8 regs[15]; u8 regs[15];
struct i2c_msg msg[4]; struct i2c_msg msg[4];
struct i2c_client *client; struct i2c_client *client;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册