mirror of https://gitee.com/openkylin/linux.git
Staging: dgnc: Indented code to increase readability
Indented code and fixed checkpatch warning to enhance readability. Signed-off-by: Vatika Harlalka <vatikaharlalka@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c517d838eb
commit
985d251b7e
|
@ -36,9 +36,9 @@
|
|||
************************************************************************/
|
||||
|
||||
struct cls_uart_struct {
|
||||
u8 txrx; /* WR RHR/THR - Holding Reg */
|
||||
u8 txrx; /* WR RHR/THR - Holding Reg */
|
||||
u8 ier; /* WR IER - Interrupt Enable Reg */
|
||||
u8 isr_fcr; /* WR ISR/FCR - Interrupt Status Reg/Fifo Control Reg */
|
||||
u8 isr_fcr; /* WR ISR/FCR - Interrupt Status Reg/Fifo Control Reg */
|
||||
u8 lcr; /* WR LCR - Line Control Reg */
|
||||
u8 mcr; /* WR MCR - Modem Control Reg */
|
||||
u8 lsr; /* WR LSR - Line Status Reg */
|
||||
|
|
Loading…
Reference in New Issue