Make spelling correction for 'control'

Signed-off-by: Walt Feasel <waltfea...@gmail.com>
---
 drivers/staging/dgnc/dgnc_neo.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/dgnc/dgnc_neo.h b/drivers/staging/dgnc/dgnc_neo.h
index 1aa9325..77ecd9b 100644
--- a/drivers/staging/dgnc/dgnc_neo.h
+++ b/drivers/staging/dgnc/dgnc_neo.h
@@ -137,7 +137,7 @@ struct neo_uart_struct {
 #define UART_17158_EFR_IXON    0x2     /* Receiver compares Xon1/Xoff1 */
 #define UART_17158_EFR_IXOFF   0x8     /* Transmit Xon1/Xoff1 */
 #define UART_17158_EFR_RTSDTR  0x40    /* Auto RTS/DTR Flow Control Enable */
-#define UART_17158_EFR_CTSDSR  0x80    /* Auto CTS/DSR Flow COntrol Enable */
+#define UART_17158_EFR_CTSDSR  0x80    /* Auto CTS/DSR Flow Control Enable */
 
 #define UART_17158_XOFF_DETECT 0x1     /* Indicates whether chip saw an
                                         * incoming XOFF char
-- 
2.1.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to