projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f065f7
)
[PATCH] USB: Syntax cleanup for pl2303 (trailing backslash)
author
Pete Zaitcev
<zaitcev@redhat.com>
Tue, 23 May 2006 05:05:17 +0000
(22:05 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 21 Jun 2006 22:04:13 +0000
(15:04 -0700)
Remove the silly trailing backslash.
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/pl2303.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/serial/pl2303.c
b/drivers/usb/serial/pl2303.c
index 2ca6dd94796f1f2180bdae27cc4e33a33ac6f036..d88704387202389af2376b848497ee2cf06a3210 100644
(file)
--- 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)
unsigned int c_cflag;
int bps;
long timeout;
- wait_queue_t wait;
\
+ wait_queue_t wait;
dbg("%s - port %d", __FUNCTION__, port->number);