mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[PATCH] USB: Syntax cleanup for pl2303 (trailing backslash)
Remove the silly trailing backslash. Signed-off-by: Pete Zaitcev <zaitcev@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
6f065f70c0
commit
80b47853b1
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ static void pl2303_close (struct usb_serial_port *port, struct file *filp)
|
|||
unsigned int c_cflag;
|
||||
int bps;
|
||||
long timeout;
|
||||
wait_queue_t wait; \
|
||||
wait_queue_t wait;
|
||||
|
||||
dbg("%s - port %d", __FUNCTION__, port->number);
|
||||
|
||||
|
|
Loading…
Reference in a new issue