Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: cdc-acm: Space prohibited before close parenthesis ')'.

Space prohibited before close parenthesis ')'.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sandhya Bankar and committed by
Greg Kroah-Hartman
a092a16b 134a9265

+1 -1
+1 -1
drivers/usb/class/cdc-acm.c
··· 946 946 DECLARE_WAITQUEUE(wait, current); 947 947 struct async_icount old, new; 948 948 949 - if (arg & (TIOCM_DSR | TIOCM_RI | TIOCM_CD )) 949 + if (arg & (TIOCM_DSR | TIOCM_RI | TIOCM_CD)) 950 950 return -EINVAL; 951 951 do { 952 952 spin_lock_irq(&acm->read_lock);