aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_cls.h
diff options
context:
space:
mode:
authorLidza Louina <lidza.louina@gmail.com>2013-08-21 11:08:01 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-21 09:43:53 -0700
commit1ef56a42e93c7c27243943b6b8ef99a3abc2e674 (patch)
tree1a4208597994724a0389232c7e2274c5e5752f06 /drivers/staging/dgnc/dgnc_cls.h
parentstaging: dgnc: cls.c: removes trailing whitespace (diff)
downloadlinux-dev-1ef56a42e93c7c27243943b6b8ef99a3abc2e674.tar.xz
linux-dev-1ef56a42e93c7c27243943b6b8ef99a3abc2e674.zip
staging: dgnc: cls.h: removes trailing whitespace
This patch removes trailing whitespace in the dgnc_cls.h file. Signed-off-by: Lidza Louina <lidza.louina@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc/dgnc_cls.h')
-rw-r--r--drivers/staging/dgnc/dgnc_cls.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/dgnc/dgnc_cls.h b/drivers/staging/dgnc/dgnc_cls.h
index dca5ea38cd54..a27338573f75 100644
--- a/drivers/staging/dgnc/dgnc_cls.h
+++ b/drivers/staging/dgnc/dgnc_cls.h
@@ -26,12 +26,12 @@
#include "dgnc_types.h"
-/************************************************************************
+/************************************************************************
* Per channel/port Classic UART structure *
************************************************************************
* Base Structure Entries Usage Meanings to Host *
* *
- * W = read write R = read only *
+ * W = read write R = read only *
* U = Unused. *
************************************************************************/
@@ -82,7 +82,7 @@ struct cls_uart_struct {
#define UART_EXAR654_IER_RTSDTR 0x40 /* Output Interrupt Enable */
#define UART_EXAR654_IER_CTSDSR 0x80 /* Input Interrupt Enable */
-/*
+/*
* Our Global Variables
*/
extern struct board_ops dgnc_cls_ops;