]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: dgap: dgap: Fixed spelling errors
authorColin Cronin <colinpatrickcronin@gmail.com>
Fri, 15 May 2015 20:02:40 +0000 (13:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 02:40:14 +0000 (11:40 +0900)
Fixed comment spelling errors

Signed-off-by: Colin Cronin <colinpatrickcronin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap.c
drivers/staging/dgap/dgap.h

index 92ae8da9b7a3c00ffb0876f4a33fbb35b0aea5f8..26b0446d943af6c7134821732d47fe3ea9ede20a 100644 (file)
@@ -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.
  *
  *              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.
  *
  *=======================================================================*/
index a2e5b26c673ad151361a8f8820f66022d577cdf4..e707ed5fe94937d4eefbe82b646523d4422eacce 100644 (file)
 /*
  * Define a local default termios struct. All ports will be created
  * 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.
  */