OSDN Git Service

Staging: dgnc: Indented code to increase readability
authorVatika Harlalka <vatikaharlalka@gmail.com>
Mon, 16 Feb 2015 21:14:42 +0000 (02:44 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Feb 2015 22:14:39 +0000 (14:14 -0800)
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>
drivers/staging/dgnc/dgnc_cls.h

index 465d79a..032e4a4 100644 (file)
@@ -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 */