diff options
author | Hari Prasath Gujulan Elango <hgujulan@visteon.com> | 2015-06-18 16:43:28 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-19 07:13:48 +0300 |
commit | d8a76d669a09b49305988c7c27b09eb1fbe4b85a (patch) | |
tree | d55c9fa01ae3c8717e9f97fd2bd878b426ebca4b /drivers/staging | |
parent | 81b726619d55226d1592e398ea398406a1aa1b1b (diff) | |
download | linux-d8a76d669a09b49305988c7c27b09eb1fbe4b85a.tar.xz |
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')
-rw-r--r-- | drivers/staging/dgnc/dgnc_driver.h | 2 |
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. */ |