From: Colin Cronin Date: Fri, 15 May 2015 20:02:40 +0000 (-0700) Subject: Staging: dgap: dgap: Fixed spelling errors X-Git-Tag: v4.2-rc1~88^2~466 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=469caabe52aaa051f4a18a14055af459db2dcb01;p=karo-tx-linux.git Staging: dgap: dgap: Fixed spelling errors Fixed comment spelling errors Signed-off-by: Colin Cronin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c index 92ae8da9b7a3..26b0446d943a 100644 --- a/drivers/staging/dgap/dgap.c +++ b/drivers/staging/dgap/dgap.c @@ -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. * *=======================================================================*/ diff --git a/drivers/staging/dgap/dgap.h b/drivers/staging/dgap/dgap.h index a2e5b26c673a..e707ed5fe949 100644 --- a/drivers/staging/dgap/dgap.h +++ b/drivers/staging/dgap/dgap.h @@ -172,7 +172,7 @@ /* * 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. */