diff options
Diffstat (limited to 'usb/usb-cdc-acm-fix-code-indentation.patch')
| -rw-r--r-- | usb/usb-cdc-acm-fix-code-indentation.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/usb/usb-cdc-acm-fix-code-indentation.patch b/usb/usb-cdc-acm-fix-code-indentation.patch new file mode 100644 index 00000000000000..a31d98c00522f2 --- /dev/null +++ b/usb/usb-cdc-acm-fix-code-indentation.patch @@ -0,0 +1,27 @@ +From otavio.salvador@gmail.com Tue Oct 5 15:34:23 2010 +From: Otavio Salvador <otavio@ossystems.com.br> +To: linux-kernel@vger.kernel.org +Cc: Otavio Salvador <otavio@ossystems.com.br>, + Greg Kroah-Hartman <gregkh@suse.de> +Subject: USB: cdc-acm: fix code indentation +Date: Sun, 26 Sep 2010 23:35:05 -0300 +Message-Id: <1285554907-4495-2-git-send-email-otavio@ossystems.com.br> + +Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> + +--- + drivers/usb/class/cdc-acm.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/drivers/usb/class/cdc-acm.c ++++ b/drivers/usb/class/cdc-acm.c +@@ -1614,7 +1614,7 @@ static const struct usb_device_id acm_id + /* Support Lego NXT using pbLua firmware */ + { USB_DEVICE(0x0694, 0xff00), + .driver_info = NOT_A_MODEM, +- }, ++ }, + + /* control interfaces without any protocol set */ + { USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM, |
