mirror of https://gitee.com/openkylin/linux.git
Staging: dgap: dgap: Fixed spelling errors
Fixed comment spelling errors Signed-off-by: Colin Cronin <colinpatrickcronin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7257f9d1ac
commit
469caabe52
|
@ -2645,7 +2645,7 @@ static void dgap_cmdw_ext(struct channel_t *ch, u16 cmd, u16 word, uint ncmds)
|
||||||
* dgap_wmove - Write data to FEP buffer.
|
* dgap_wmove - Write data to FEP buffer.
|
||||||
*
|
*
|
||||||
* ch - Pointer to channel structure.
|
* ch - Pointer to channel structure.
|
||||||
* buf - Poiter to characters to be moved.
|
* buf - Pointer to characters to be moved.
|
||||||
* cnt - Number of characters to move.
|
* cnt - Number of characters to move.
|
||||||
*
|
*
|
||||||
*=======================================================================*/
|
*=======================================================================*/
|
||||||
|
|
|
@ -172,7 +172,7 @@
|
||||||
/*
|
/*
|
||||||
* Define a local default termios struct. All ports will be created
|
* Define a local default termios struct. All ports will be created
|
||||||
* with this termios initially. This is the same structure that is defined
|
* with this termios initially. This is the same structure that is defined
|
||||||
* as the default in tty_io.c with the same settings overriden as in serial.c
|
* as the default in tty_io.c with the same settings overridden as in serial.c
|
||||||
*
|
*
|
||||||
* In short, this should match the internal serial ports' defaults.
|
* In short, this should match the internal serial ports' defaults.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue