Browse Source

staging: dgnc: fix typo in comments secion

This patch fixes a typo in the comments section as warned by
checkpatch.pl

Signed-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Hari Prasath Gujulan Elango 10 years ago
parent
commit
d8a76d669a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/dgnc/dgnc_driver.h

+ 1 - 1
drivers/staging/dgnc/dgnc_driver.h

@@ -72,7 +72,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.
  */