2011-05-25 21:50:28

by J Freyensee

[permalink] [raw]
Subject: [PATCH] pti_tty_install documentation mispelling.

From: J Freyensee <[email protected]>

This patch tidies up the documentation for pti_tty_install()
function.

Signed-off-by: J Freyensee <[email protected]>
---
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 e74e7d2..62b7ba4 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)
}

/**
- * 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.
--
1.7.2.3