浏览代码

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 年之前
父节点
当前提交
d8a76d669a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
  */