From 97463233cd3e3fe3ad64b0a1773dc283eee07336 Mon Sep 17 00:00:00 2001 From: Timur Tabi Date: Mon, 13 Dec 2010 14:08:53 -0600 Subject: [PATCH] --- yaml --- r: 227075 b: refs/heads/master c: 6ce5b1ce5f6922db32599e73bcb22f5cdcbf241f h: refs/heads/master i: 227073: 2ba4037548f27b87d1bf9d0bac7b3d2305ef2700 227071: dc3b82e1c6c1a5b11809d1fa965586c94cc1fbf1 v: v3 --- [refs] | 2 +- trunk/include/linux/tty_driver.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 7a94cb27123e..76a6d4a6f9b4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1c5189976ffc130416e808f41049c12615a6380c +refs/heads/master: 6ce5b1ce5f6922db32599e73bcb22f5cdcbf241f diff --git a/trunk/include/linux/tty_driver.h b/trunk/include/linux/tty_driver.h index 09678ed370f8..c3d43eb4150c 100644 --- a/trunk/include/linux/tty_driver.h +++ b/trunk/include/linux/tty_driver.h @@ -102,7 +102,7 @@ * unsigned int cmd, unsigned long arg); * * This routine allows the tty driver to implement - * device-specific ioctl's. If the ioctl number passed in cmd + * device-specific ioctls. If the ioctl number passed in cmd * is not recognized by the driver, it should return ENOIOCTLCMD. * * Optional @@ -167,12 +167,12 @@ * * void (*hangup)(struct tty_struct *tty); * - * This routine notifies the tty driver that it should hangup the + * This routine notifies the tty driver that it should hang up the * tty device. * * Optional: * - * int (*break_ctl)(struct tty_stuct *tty, int state); + * int (*break_ctl)(struct tty_struct *tty, int state); * * This optional routine requests the tty driver to turn on or * off BREAK status on the RS-232 port. If state is -1, @@ -358,7 +358,7 @@ static inline struct tty_driver *tty_driver_kref_get(struct tty_driver *d) * overruns, either.) * * TTY_DRIVER_DYNAMIC_DEV --- if set, the individual tty devices need - * to be registered with a call to tty_register_driver() when the + * to be registered with a call to tty_register_device() when the * device is found in the system and unregistered with a call to * tty_unregister_device() so the devices will be show up * properly in sysfs. If not set, driver->num entries will be