diff options
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 374dfcfccd07..e5f295a38a34 100644 --- a/drivers/misc/pti.c +++ b/drivers/misc/pti.c | |||
@@ -445,9 +445,9 @@ static void pti_tty_driver_close(struct tty_struct *tty, struct file *filp) | |||
445 | } | 445 | } |
446 | 446 | ||
447 | /** | 447 | /** |
448 | * pti_tty_intstall()- Used to set up specific master-channels | 448 | * pti_tty_install()- Used to set up specific master-channels |
449 | * to tty ports for organizational purposes when | 449 | * to tty ports for organizational purposes when |
450 | * tracing viewed from debuging tools. | 450 | * tracing viewed from debuging tools. |
451 | * | 451 | * |
452 | * @driver: tty driver information. | 452 | * @driver: tty driver information. |
453 | * @tty: tty struct containing pti information. | 453 | * @tty: tty struct containing pti information. |