summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorNizam Haider <nizamhaider786@gmail.com>2015-11-14 14:40:46 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-12-21 23:50:59 (GMT)
commitf7f2b10a82e8774eab3bd90061caccf8931a8bf4 (patch)
treeb33c1e0f4664402ea8a101251d4c1f766798fc92 /drivers
parent013514946cbd85dea2a12e8848f2cfb775eecd52 (diff)
downloadlinux-f7f2b10a82e8774eab3bd90061caccf8931a8bf4.tar.xz
Staging: dgnc: dgnc_tty: Typo error dgnc_wmove comment
Fix Typo errror in the comment section of dgnc_wmove Signed-off-by: Nizam Haider <nijamh@cdac.in> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/dgnc/dgnc_tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c
index 48e4b90..b79eab0 100644
--- a/drivers/staging/dgnc/dgnc_tty.c
+++ b/drivers/staging/dgnc/dgnc_tty.c
@@ -448,7 +448,7 @@ void dgnc_tty_uninit(struct dgnc_board *brd)
* dgnc_wmove - Write data to transmit queue.
*
* ch - Pointer to channel structure.
- * buf - Poiter to characters to be moved.
+ * buf - Pointer to characters to be moved.
* n - Number of characters to move.
*
*=======================================================================*/