diff options
| author | Sandhya Bankar <[email protected]> | 2016-05-31 12:32:55 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-06-08 05:18:39 +0000 |
| commit | a092a16b14ea4f757fa3e0a0fb6544a356f274ba (patch) | |
| tree | 4e4f3aac70574ca23897c2da2541cb86d6af2f46 /drivers/usb/class/cdc-acm.c | |
| parent | usbip: don't call stub_device_reset() during stub_disconnect() (diff) | |
| download | kernel-a092a16b14ea4f757fa3e0a0fb6544a356f274ba.tar.gz kernel-a092a16b14ea4f757fa3e0a0fb6544a356f274ba.zip | |
usb: cdc-acm: Space prohibited before close parenthesis ')'.
Space prohibited before close parenthesis ')'.
Signed-off-by: Sandhya Bankar <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/class/cdc-acm.c')
| -rw-r--r-- | drivers/usb/class/cdc-acm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index 94a14f5dc4d4..def5a54558b0 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c @@ -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); |
