diff options
author | Pete Zaitcev <zaitcev@redhat.com> | 2006-05-23 01:05:17 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-21 18:04:13 -0400 |
commit | 80b47853b19114dd53e83e15bf1db3e183a66824 (patch) | |
tree | 7b18b9ac43a8c158a6a544915be647e13c6d125e /drivers/usb/serial/pl2303.c | |
parent | 6f065f70c0c1bfb0b8212438cee21e68aa155887 (diff) |
[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>
Diffstat (limited to 'drivers/usb/serial/pl2303.c')
-rw-r--r-- | drivers/usb/serial/pl2303.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 2ca6dd94796f..d88704387202 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c | |||
@@ -600,7 +600,7 @@ static void pl2303_close (struct usb_serial_port *port, struct file *filp) | |||
600 | unsigned int c_cflag; | 600 | unsigned int c_cflag; |
601 | int bps; | 601 | int bps; |
602 | long timeout; | 602 | long timeout; |
603 | wait_queue_t wait; \ | 603 | wait_queue_t wait; |
604 | 604 | ||
605 | dbg("%s - port %d", __FUNCTION__, port->number); | 605 | dbg("%s - port %d", __FUNCTION__, port->number); |
606 | 606 | ||