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:
1132b9a
)
Staging: cptm1217: clearpad_tm1217: fix coding style issues
author
Adnan Ali
<
[email protected]
>
Mon, 28 May 2012 15:07:49 +0000
(16:07 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 12 Jun 2012 17:34:47 +0000
(10:34 -0700)
This commit fixes coding style issues including quoted string
across multiple lines.
Signed-off-by: Adnan Ali <
[email protected]
>
Acked-by: Dan Carpenter <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/cptm1217/clearpad_tm1217.c
patch
|
blob
|
history
diff --git
a/drivers/staging/cptm1217/clearpad_tm1217.c
b/drivers/staging/cptm1217/clearpad_tm1217.c
index 5456f82c30660d72259b02226c30ca61b09fb983..0d924d3a2ab1922797f25b8b3298811f205f6aca 100644
(file)
--- a/
drivers/staging/cptm1217/clearpad_tm1217.c
+++ b/
drivers/staging/cptm1217/clearpad_tm1217.c
@@
-396,8
+396,8
@@
static int cp_tm1217_setup_gpio_irq(struct cp_tm1217_device *ts)
retval = gpio_to_irq(ts->gpio);
if (retval < 0) {
- dev_err(ts->dev,
"cp_tm1217: GPIO to IRQ failedi,"
-
"
error %d\n", retval);
+ dev_err(ts->dev,
+
"cp_tm1217: GPIO to IRQ failed,
error %d\n", retval);
gpio_free(ts->gpio);
}
dev_dbg(ts->dev,