[PATCH v3 09/12] staging: ced1401: usb1401.c fix checkpatch warning

Luca Ellero luca.ellero at brickedbrain.com
Fri Jul 11 10:23:58 UTC 2014


Fix checkpatch warning "suspect code indent for conditional statements" in file
usb1401.c

Signed-off-by: Luca Ellero <luca.ellero at brickedbrain.com>
---
 drivers/staging/ced1401/usb1401.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1401/usb1401.c
index eab5f04..9dce6cc 100644
--- a/drivers/staging/ced1401/usb1401.c
+++ b/drivers/staging/ced1401/usb1401.c
@@ -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",
-- 
1.7.10.4



More information about the devel mailing list