]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: lirc: fix line over 80 characters
authorMatina Maria Trompouki <mtrompou@gmail.com>
Mon, 11 Nov 2013 00:29:12 +0000 (00:29 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Nov 2013 23:49:31 +0000 (15:49 -0800)
This patch removes the following warning reported by checkpatch.pl

WARNING: line over 80 characters
drivers/staging/media/lirc/lirc_imon.c

Signed-off-by: Matina Maria Trompouki <mtrompou@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/lirc/lirc_imon.c

index 663c963b16df39916bd6a80b3bcb2944e4f477c3..c7d6667e7d140fbe28a10c92b688fde3e3f04275 100644 (file)
@@ -808,7 +808,8 @@ static int imon_probe(struct usb_interface *interface,
 
        /* Input endpoint is mandatory */
        if (!ir_ep_found) {
-               dev_err(dev, "%s: no valid input (IR) endpoint found.\n", __func__);
+               dev_err(dev, "%s: no valid input (IR) endpoint found.\n",
+                       __func__);
                retval = -ENODEV;
                alloc_status = 2;
                goto alloc_status_switch;