aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/cptm1217
diff options
context:
space:
mode:
authorAdnan Ali <adnan.ali@codethink.co.uk>2012-05-28 16:07:49 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-12 10:34:47 -0700
commit1caba565e13a867107ca78a316d6076c7b6a740c (patch)
tree220168593fcf9415f65d42ae12ca096f5997fa71 /drivers/staging/cptm1217
parent1132b9aafa61bb589a2c09980d13c154659bdb07 (diff)
Staging: cptm1217: clearpad_tm1217: fix coding style issues
This commit fixes coding style issues including quoted string across multiple lines. Signed-off-by: Adnan Ali <adnan.ali@codethink.co.uk> Acked-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/cptm1217')
-rw-r--r--drivers/staging/cptm1217/clearpad_tm1217.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/cptm1217/clearpad_tm1217.c b/drivers/staging/cptm1217/clearpad_tm1217.c
index 5456f82c306..0d924d3a2ab 100644
--- 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,