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

staging: dgap: fix a typo in dgap_gettok()

The "boar" should be "board".

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Daeseok Youn and committed by
Greg Kroah-Hartman
e9cc5b2b 8e82ce02

+1 -1
+1 -1
drivers/staging/dgap/dgap.c
··· 7105 7105 char *w; 7106 7106 struct toklist *t; 7107 7107 7108 - if (strstr(dgap_cword, "boar")) { 7108 + if (strstr(dgap_cword, "board")) { 7109 7109 w = dgap_getword(in); 7110 7110 snprintf(dgap_cword, MAXCWORD, "%s", w); 7111 7111 for (t = dgap_tlist; t->token != 0; t++) {