Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80b47853 authored by Pete Zaitcev's avatar Pete Zaitcev Committed by Greg Kroah-Hartman
Browse files

[PATCH] USB: Syntax cleanup for pl2303 (trailing backslash)



Remove the silly trailing backslash.

Signed-off-by: default avatarPete Zaitcev <zaitcev@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 6f065f70
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -600,7 +600,7 @@ static void pl2303_close (struct usb_serial_port *port, struct file *filp)
	unsigned int c_cflag;
	unsigned int c_cflag;
	int bps;
	int bps;
	long timeout;
	long timeout;
	wait_queue_t wait;						\
	wait_queue_t wait;


	dbg("%s - port %d", __FUNCTION__, port->number);
	dbg("%s - port %d", __FUNCTION__, port->number);