Skip to content

Commit

Permalink
usb: cdc-acm: Space prohibited before close parenthesis ')'.
Browse files Browse the repository at this point in the history
Space prohibited before close parenthesis ')'.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Sandhya Bankar authored and Greg Kroah-Hartman committed Jun 8, 2016
1 parent 134a926 commit a092a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/class/cdc-acm.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ static int wait_serial_change(struct acm *acm, unsigned long arg)
DECLARE_WAITQUEUE(wait, current);
struct async_icount old, new;

if (arg & (TIOCM_DSR | TIOCM_RI | TIOCM_CD ))
if (arg & (TIOCM_DSR | TIOCM_RI | TIOCM_CD))
return -EINVAL;
do {
spin_lock_irq(&acm->read_lock);
Expand Down

0 comments on commit a092a16

Please sign in to comment.