summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc
diff options
context:
space:
mode:
authorHari Prasath Gujulan Elango2015-06-18 15:43:28 +0200
committerGreg Kroah-Hartman2015-06-19 06:13:48 +0200
commitd8a76d669a09b49305988c7c27b09eb1fbe4b85a (patch)
treed55c9fa01ae3c8717e9f97fd2bd878b426ebca4b /drivers/staging/dgnc
parentstaging: wlan-ng: Remove ununsed debug print & associated macro (diff)
downloadkernel-qcow2-linux-d8a76d669a09b49305988c7c27b09eb1fbe4b85a.tar.gz
kernel-qcow2-linux-d8a76d669a09b49305988c7c27b09eb1fbe4b85a.tar.xz
kernel-qcow2-linux-d8a76d669a09b49305988c7c27b09eb1fbe4b85a.zip
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>
Diffstat (limited to 'drivers/staging/dgnc')
-rw-r--r--drivers/staging/dgnc/dgnc_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h
index ebb34398885d..d04671fa4b75 100644
--- a/drivers/staging/dgnc/dgnc_driver.h
+++ b/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.
*/