summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.c
diff options
context:
space:
mode:
authorMasanari Iida2013-09-13 17:46:31 +0200
committerGreg Kroah-Hartman2013-09-17 16:47:46 +0200
commit79e30af21fa56b92585c9efa5661d9c2cf9b997b (patch)
treefd79f8c2ee0e45c565f97b778768c3e5b829f577 /drivers/staging/dgnc/dgnc_tty.c
parentstaging: rtl8712: re-use native mac_pton() helper (diff)
downloadkernel-qcow2-linux-79e30af21fa56b92585c9efa5661d9c2cf9b997b.tar.gz
kernel-qcow2-linux-79e30af21fa56b92585c9efa5661d9c2cf9b997b.tar.xz
kernel-qcow2-linux-79e30af21fa56b92585c9efa5661d9c2cf9b997b.zip
staging: dgnc: Fix typo in staging/dgnc
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/dgnc/dgnc_tty.c')
-rw-r--r--drivers/staging/dgnc/dgnc_tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c
index a0af01d79364..6906e9810913 100644
--- a/drivers/staging/dgnc/dgnc_tty.c
+++ b/drivers/staging/dgnc/dgnc_tty.c
@@ -267,7 +267,7 @@ int dgnc_tty_register(struct dgnc_board *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 dgnc_tty_open() routine.
*/
brd->PrintDriver.magic = TTY_DRIVER_MAGIC;
@@ -286,7 +286,7 @@ int dgnc_tty_register(struct dgnc_board *brd)
/*
* The kernel wants space to store pointers to
- * tty_struct's and termios's. Must be seperate from
+ * tty_struct's and termios's. Must be separated from
* the Serial Driver so we don't get confused
*/
brd->PrintDriver.ttys = kzalloc(brd->maxports * sizeof(struct tty_struct *), GFP_KERNEL);