staging: ced1401: usb1401.c: fix code indent
authorLuca Ellero <luca.ellero@brickedbrain.com>
Fri, 11 Jul 2014 14:56:50 +0000 (16:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 00:33:11 +0000 (17:33 -0700)
Fix checkpatch warning "suspect code indent for conditional statements" in file
usb1401.c

Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ced1401/usb1401.c

index eab5f04728e681051558d47c0287db03a800cbb8..9dce6cc8676a0b0cea9eb933084d17f92cf8b269 100644 (file)
@@ -1256,7 +1256,8 @@ static void ced_readchar_callback(struct urb *urb)
                                }
 
                                if ((ced->num_input + got) <= INBUF_SZ)
-                                      /* Adjust the buffer count accordingly */
+                                       /* Adjust the buffer count */
+                                       /* accordingly             */
                                        ced->num_input += got;
                        } else
                                dev_dbg(&ced->interface->dev, "%s: read ZLP\n",