diff options
author | J Freyensee <james_p_freyensee@linux.intel.com> | 2011-05-25 17:50:26 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-06-07 13:04:21 -0400 |
commit | e556b8131a787dd44aa614100fd8cc81794efe45 (patch) | |
tree | a5a4fb08bd4345813c5eabef8a5ba3576c5dbed2 /drivers/misc/pti.c | |
parent | 59c5f46fbe01a00eedf54a23789634438bb80603 (diff) |
pti: pti_tty_install documentation mispelling.
This patch tidies up the documentation for pti_tty_install()
function.
Signed-off-by: J Freyensee <james_p_freyensee@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/misc/pti.c')
-rw-r--r-- | drivers/misc/pti.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/misc/pti.c b/drivers/misc/pti.c index bb6f9255c17c..7281438224d4 100644 --- a/drivers/misc/pti.c +++ b/drivers/misc/pti.c | |||
@@ -444,9 +444,9 @@ static void pti_tty_driver_close(struct tty_struct *tty, struct file *filp) | |||
444 | } | 444 | } |
445 | 445 | ||
446 | /** | 446 | /** |
447 | * pti_tty_intstall()- Used to set up specific master-channels | 447 | * pti_tty_install()- Used to set up specific master-channels |
448 | * to tty ports for organizational purposes when | 448 | * to tty ports for organizational purposes when |
449 | * tracing viewed from debuging tools. | 449 | * tracing viewed from debuging tools. |
450 | * | 450 | * |
451 | * @driver: tty driver information. | 451 | * @driver: tty driver information. |
452 | * @tty: tty struct containing pti information. | 452 | * @tty: tty struct containing pti information. |