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>
This commit is contained in:
parent
5ca46fd4c8
commit
1ef56a42e9
1 changed files with 3 additions and 3 deletions
|
@ -26,12 +26,12 @@
|
||||||
#include "dgnc_types.h"
|
#include "dgnc_types.h"
|
||||||
|
|
||||||
|
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* Per channel/port Classic UART structure *
|
* Per channel/port Classic UART structure *
|
||||||
************************************************************************
|
************************************************************************
|
||||||
* Base Structure Entries Usage Meanings to Host *
|
* Base Structure Entries Usage Meanings to Host *
|
||||||
* *
|
* *
|
||||||
* W = read write R = read only *
|
* W = read write R = read only *
|
||||||
* U = Unused. *
|
* U = Unused. *
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ struct cls_uart_struct {
|
||||||
#define UART_EXAR654_IER_RTSDTR 0x40 /* Output Interrupt Enable */
|
#define UART_EXAR654_IER_RTSDTR 0x40 /* Output Interrupt Enable */
|
||||||
#define UART_EXAR654_IER_CTSDSR 0x80 /* Input Interrupt Enable */
|
#define UART_EXAR654_IER_CTSDSR 0x80 /* Input Interrupt Enable */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Our Global Variables
|
* Our Global Variables
|
||||||
*/
|
*/
|
||||||
extern struct board_ops dgnc_cls_ops;
|
extern struct board_ops dgnc_cls_ops;
|
||||||
|
|
Loading…
Add table
Reference in a new issue