mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-19 12:00:00 +00:00
staging: dgnc: dgnc_neo.h Comment style modifications
Make modifications for comment style Signed-off-by: Walt Feasel <waltfeasel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4e5f26be37
commit
7b46b400ae
@ -18,14 +18,13 @@
|
||||
|
||||
#include "dgnc_driver.h"
|
||||
|
||||
/************************************************************************
|
||||
* Per channel/port NEO UART structure *
|
||||
************************************************************************
|
||||
* Base Structure Entries Usage Meanings to Host *
|
||||
* *
|
||||
* W = read write R = read only *
|
||||
* U = Unused. *
|
||||
************************************************************************/
|
||||
/*
|
||||
* Per channel/port NEO UART structure
|
||||
* Base Structure Entries Usage Meanings to Host
|
||||
*
|
||||
* W = read write R = read only
|
||||
* U = Unused.
|
||||
*/
|
||||
|
||||
struct neo_uart_struct {
|
||||
u8 txrx; /* WR RHR/THR - Holding Reg */
|
||||
@ -152,9 +151,8 @@ struct neo_uart_struct {
|
||||
#define UART_17158_IER_RTSDTR 0x40 /* Output Interrupt Enable */
|
||||
#define UART_17158_IER_CTSDSR 0x80 /* Input Interrupt Enable */
|
||||
|
||||
/*
|
||||
* Our Global Variables
|
||||
*/
|
||||
/* Our Global Variables */
|
||||
|
||||
extern struct board_ops dgnc_neo_ops;
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user