aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/serial.h b/include/linux/usb/serial.h
index c1aa1b243ba3..00e98ee5fba0 100644
--- a/include/linux/usb/serial.h
+++ b/include/linux/usb/serial.h
@@ -260,7 +260,7 @@ struct usb_serial_driver {
260 const unsigned char *buf, int count); 260 const unsigned char *buf, int count);
261 /* Called only by the tty layer */ 261 /* Called only by the tty layer */
262 int (*write_room)(struct tty_struct *tty); 262 int (*write_room)(struct tty_struct *tty);
263 int (*ioctl)(struct tty_struct *tty, struct file *file, 263 int (*ioctl)(struct tty_struct *tty,
264 unsigned int cmd, unsigned long arg); 264 unsigned int cmd, unsigned long arg);
265 void (*set_termios)(struct tty_struct *tty, 265 void (*set_termios)(struct tty_struct *tty,
266 struct usb_serial_port *port, struct ktermios *old); 266 struct usb_serial_port *port, struct ktermios *old);