Skip to content

Commit

Permalink
pti: pti_tty_install documentation mispelling.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
J Freyensee authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 59c5f46 commit e556b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/misc/pti.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e556b81

Please sign in to comment.