Commit c79bfed6 authored by Matina Maria Trompouki's avatar Matina Maria Trompouki Committed by Greg Kroah-Hartman

Staging: lirc: fix line over 80 characters

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: default avatarMatina Maria Trompouki <mtrompou@gmail.com>
Reviewed-by: default avatarPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 70a51d28
...@@ -808,7 +808,8 @@ static int imon_probe(struct usb_interface *interface, ...@@ -808,7 +808,8 @@ static int imon_probe(struct usb_interface *interface,
/* Input endpoint is mandatory */ /* Input endpoint is mandatory */
if (!ir_ep_found) { 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; retval = -ENODEV;
alloc_status = 2; alloc_status = 2;
goto alloc_status_switch; goto alloc_status_switch;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment