From: J Freyensee Date: Wed, 25 May 2011 21:50:26 +0000 (-0700) Subject: pti: pti_tty_install documentation mispelling. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e556b8131a787dd44aa614100fd8cc81794efe45;p=deliverable%2Flinux.git pti: pti_tty_install documentation mispelling. This patch tidies up the documentation for pti_tty_install() function. Signed-off-by: J Freyensee Signed-off-by: Greg Kroah-Hartman --- 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.