mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
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:
committed by
Greg Kroah-Hartman
parent
d991848455
commit
97a7b0e0f1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user