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:
parent
d991848455
commit
97a7b0e0f1
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue