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>
This commit is contained in:
Nizam Haider 2015-11-14 20:10:46 +05:30 committed by Greg Kroah-Hartman
parent 013514946c
commit f7f2b10a82

View File

@ -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.
*
*=======================================================================*/