projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a29a40
)
gpio: gpio-tps65910.c: fix checkpatch error
author
Laurent Navet
<laurent.navet@gmail.com>
Wed, 20 Mar 2013 12:16:04 +0000
(13:16 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 27 Mar 2013 15:05:18 +0000
(16:05 +0100)
Fix :
gpio/gpio-tps65910.c:136: ERROR: space required before the open parenthesis '('
Signed-off-by: Laurent Navet <laurent.navet@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-tps65910.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-tps65910.c
b/drivers/gpio/gpio-tps65910.c
index 5083825a0348bf4167f6895355e20f317eda3319..06146219d9d21a06087634ae21ad1e7fbb8654e3 100644
(file)
--- a/
drivers/gpio/gpio-tps65910.c
+++ b/
drivers/gpio/gpio-tps65910.c
@@
-133,7
+133,7
@@
static int tps65910_gpio_probe(struct platform_device *pdev)
tps65910_gpio->gpio_chip.owner = THIS_MODULE;
tps65910_gpio->gpio_chip.label = tps65910->i2c_client->name;
- switch(tps65910_chip_id(tps65910)) {
+ switch
(tps65910_chip_id(tps65910)) {
case TPS65910:
tps65910_gpio->gpio_chip.ngpio = TPS65910_NUM_GPIO;
break;