[PATCH 2.6.5-rc2] fs/proc/proc_tty.c cosmetic fix

From: Marc-Christian Petersen
Date: Sat Mar 20 2004 - 14:25:01 EST


Hi Linus, Andrew,

The comment of proc_tty_register_driver has "register_tty_driver()" which is
"tty_register_driver()" in all drivers.

The comment of proc_tty_unregister_driver has "unregister_tty_driver()" which
is "tty_unregister_driver()" in all drivers too.

Spelling error "Thsi" is obviously "This" ;)

Please apply.

ciao, Marc
# proc_tty.c | 4 ++--
# 1 files changed, 2 insertions(+), 2 deletions(-)

--- old/fs/proc/proc_tty.c 2004-03-17 13:42:09.000000000 +0100
+++ wolk-for-2.6/fs/proc/proc_tty.c 2004-03-09 13:33:35.000000000 +0100
@@ -181,7 +181,7 @@ static int tty_ldiscs_read_proc(char *pa
}

/*
- * Thsi function is called by register_tty_driver() to handle
+ * This function is called by tty_register_driver() to handle
* registering the driver's /proc handler into /proc/tty/driver/<foo>
*/
void proc_tty_register_driver(struct tty_driver *driver)
@@ -205,7 +205,7 @@ void proc_tty_register_driver(struct tty
}

/*
- * This function is called by unregister_tty_driver()
+ * This function is called by tty_unregister_driver()
*/
void proc_tty_unregister_driver(struct tty_driver *driver)
{