mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
committed by
Greg Kroah-Hartman
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 */
|
||||
|
||||
Reference in New Issue
Block a user