usb: ftdi-elan: Coalesce string fragment
authorJoe Perches <joe@perches.com>
Fri, 4 Apr 2014 22:16:06 +0000 (15:16 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Apr 2014 20:13:59 +0000 (13:13 -0700)
Make it easier to grep for this.

Neaten a trailing statement.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/ftdi-elan.c

index 8cda8814a3eff6a5231b9e298cac5ed7b0629272..10c54b36d26c491dc7e8dd07dc4a7ae7a625c522 100644 (file)
@@ -55,8 +55,8 @@ MODULE_LICENSE("GPL");
 #define INT_MODULE_PARM(n, v) static int n = v;module_param(n, int, 0444)
 static bool distrust_firmware = 1;
 module_param(distrust_firmware, bool, 0);
-MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurren"
-                "t setup");
+MODULE_PARM_DESC(distrust_firmware,
+                "true to distrust firmware power/overcurrent setup");
 extern struct platform_driver u132_platform_driver;
 static struct workqueue_struct *status_queue;
 static struct workqueue_struct *command_queue;
@@ -590,8 +590,7 @@ static void ftdi_elan_status_work(struct work_struct *work)
                                ftdi_elan_flush_targets(ftdi);
                        work_delay_in_msec = 250;
                } else {
-                       dev_err(&ftdi->udev->dev, "PCI device has disappeared\n"
-                               );
+                       dev_err(&ftdi->udev->dev, "PCI device has disappeared\n");
                        ftdi_elan_cancel_targets(ftdi);
                        work_delay_in_msec = 500;
                        ftdi->enumerated = 0;