Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Cronin and committed by
Greg Kroah-Hartman
469caabe 7257f9d1

+2 -2
+1 -1
drivers/staging/dgap/dgap.c
··· 2645 2645 * dgap_wmove - Write data to FEP buffer. 2646 2646 * 2647 2647 * ch - Pointer to channel structure. 2648 - * buf - Poiter to characters to be moved. 2648 + * buf - Pointer to characters to be moved. 2649 2649 * cnt - Number of characters to move. 2650 2650 * 2651 2651 *=======================================================================*/
+1 -1
drivers/staging/dgap/dgap.h
··· 172 172 /* 173 173 * Define a local default termios struct. All ports will be created 174 174 * with this termios initially. This is the same structure that is defined 175 - * as the default in tty_io.c with the same settings overriden as in serial.c 175 + * as the default in tty_io.c with the same settings overridden as in serial.c 176 176 * 177 177 * In short, this should match the internal serial ports' defaults. 178 178 */