summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap/dgap_tty.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-09-14 00:17:02 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-17 07:47:46 -0700
commit5fc6f1aebeb3dd815b378f4e02d93b770387c3a7 (patch)
treea59dc68a7449f8e6213a1e74a21f57beeec2e80d /drivers/staging/dgap/dgap_tty.c
parent79e30af21fa56b92585c9efa5661d9c2cf9b997b (diff)
staging: dgap: Fix typo in staging/dgap
Correct spelling typo in comments. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgap/dgap_tty.c')
-rw-r--r--drivers/staging/dgap/dgap_tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/dgap/dgap_tty.c b/drivers/staging/dgap/dgap_tty.c
index b906db30b61..2b261520226 100644
--- a/drivers/staging/dgap/dgap_tty.c
+++ b/drivers/staging/dgap/dgap_tty.c
@@ -249,7 +249,7 @@ int dgap_tty_register(struct board_t *brd)
/*
* If we're doing transparent print, we have to do all of the above
- * again, seperately so we don't get the LD confused about what major
+ * again, separately so we don't get the LD confused about what major
* we are when we get into the dgap_tty_open() routine.
*/
brd->PrintDriver = alloc_tty_driver(MAXPORTS);
@@ -1069,7 +1069,7 @@ static int dgap_tty_open(struct tty_struct *tty, struct file *file)
DGAP_LOCK(brd->bd_lock, lock_flags);
- /* The wait above should guarentee this cannot happen */
+ /* The wait above should guarantee this cannot happen */
if (brd->state != BOARD_READY) {
DGAP_UNLOCK(brd->bd_lock, lock_flags);
return -ENXIO;