projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dae936a
)
mfd: tps6507: Fix white space warnings reported by checkpatch
author
Ben Copeland
<ben.copeland@linaro.org>
Thu, 9 Jun 2016 15:25:50 +0000
(16:25 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 29 Jun 2016 09:14:35 +0000
(10:14 +0100)
WARNING: please, no spaces at the start of a line
+ { "tps6507x", 0 },$
WARNING: please, no spaces at the start of a line
+ { }$
Signed-off-by: Ben Copeland <ben.copeland@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/tps6507x.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/tps6507x.c
b/drivers/mfd/tps6507x.c
index 40beb2f4350c596decfe06ec477805cdc004554c..1f308c4e36941cf29897469006d8daeae035a4be 100644
(file)
--- a/
drivers/mfd/tps6507x.c
+++ b/
drivers/mfd/tps6507x.c
@@
-105,8
+105,8
@@
static int tps6507x_i2c_probe(struct i2c_client *i2c,
}
static const struct i2c_device_id tps6507x_i2c_id[] = {
- { "tps6507x", 0 },
- { }
+ { "tps6507x", 0 },
+ { }
};
MODULE_DEVICE_TABLE(i2c, tps6507x_i2c_id);