staging: ced1401: usb1401.c: fix code indent

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>
This commit is contained in:
Luca Ellero 2014-07-11 16:56:50 +02:00 committed by Greg Kroah-Hartman
parent d991848455
commit 97a7b0e0f1

View 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",