diff options
author | J Freyensee <james_p_freyensee@linux.intel.com> | 2011-05-25 14:50:26 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-06-07 10:04:21 -0700 |
commit | e556b8131a787dd44aa614100fd8cc81794efe45 (patch) | |
tree | a5a4fb08bd4345813c5eabef8a5ba3576c5dbed2 /drivers/misc | |
parent | 59c5f46fbe01a00eedf54a23789634438bb80603 (diff) | |
download | linux-stable-e556b8131a787dd44aa614100fd8cc81794efe45.tar.gz linux-stable-e556b8131a787dd44aa614100fd8cc81794efe45.tar.bz2 linux-stable-e556b8131a787dd44aa614100fd8cc81794efe45.zip |
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')
-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) } /** - * pti_tty_intstall()- Used to set up specific master-channels - * to tty ports for organizational purposes when - * tracing viewed from debuging tools. + * pti_tty_install()- Used to set up specific master-channels + * to tty ports for organizational purposes when + * tracing viewed from debuging tools. * * @driver: tty driver information. * @tty: tty struct containing pti information. |