staging: dgap: Removes excessive empty lines from dgap.h
authorMark Hounschell <markh@compro.net>
Tue, 25 Mar 2014 20:38:13 +0000 (16:38 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Apr 2014 15:49:10 +0000 (08:49 -0700)
This patch removes excessive empty lines from dgap.h
not previously caught.

Signed-off-by: Mark Hounschell <markh@compro.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap.h

index 979ad404e2f73fe4ae4e7cb601227098bcb65071..64156807a3330cef944fe38e47d9f40186e6fc3c 100644 (file)
@@ -282,14 +282,12 @@ typedef unsigned char             uchar;
 #define SPINTFC                0xfc            /* Reserved                     */
 #define SCOMMODE       0xfd            /* Set RS232/422 mode           */
 
-
 /************************************************************************
  *     Modes for SCOMMODE
  ************************************************************************/
 #define MODE_232       0x00
 #define MODE_422       0x01
 
-
 /************************************************************************
  *      Event flags.
  ************************************************************************/
@@ -494,8 +492,6 @@ enum {
        REQUESTED_CONCENTRATOR
 };
 
-
-
 /*
  * Modem line constants are defined as macros because DSR and
  * DCD are swapable using the ditty altpin option.
@@ -507,14 +503,12 @@ enum {
 #define D_RI(ch)        DM_RI           /* Ring indicator       */
 #define D_DTR(ch)       DM_DTR          /* Data terminal ready  */
 
-
 /*************************************************************************
  *
  * Structures and closely related defines.
  *
  *************************************************************************/
 
-
 /*
  * A structure to hold a statistics counter.  We also
  * compute moving averages for this counter.
@@ -526,7 +520,6 @@ struct macounter {
        ulong           ema;    /* Exponential moving average */
 };
 
-
 /************************************************************************
  * Device flag definitions for bd_flags.
  ************************************************************************/
@@ -620,8 +613,6 @@ struct board_t {
                                        /* download                       */
 };
 
-
-
 /************************************************************************
  * Unit flag definitions for un_flags.
  ************************************************************************/
@@ -659,7 +650,6 @@ struct un_t {
        struct device *un_sysfs;
 };
 
-
 /************************************************************************
  * Device flag definitions for ch_flags.
  ************************************************************************/
@@ -686,7 +676,6 @@ struct un_t {
 #define SNIFF_WAIT_DATA        0x2
 #define SNIFF_WAIT_SPACE 0x4
 
-
 /************************************************************************
  ***   Definitions for Digi ditty(1) command.
  ************************************************************************/
@@ -727,7 +716,6 @@ struct un_t {
 #define        TIOCMBIS        (('d'<<8) | 255)        /* set modem ctrl state */
 #endif
 
-
 #if !defined(TIOCSDTR)
 #define        TIOCSDTR        (('e'<<8) | 0)          /* set DTR              */
 #define        TIOCCDTR        (('e'<<8) | 1)          /* clear DTR            */
@@ -762,7 +750,6 @@ struct      digiflow_t {
        unsigned char   stopc;                  /* flow cntl stop char  */
 };
 
-
 #ifdef FLOW_2200
 #define        F2200_GETA      (('e'<<8) | 104)        /* Get 2x36 flow cntl flags */
 #define        F2200_SETAW     (('e'<<8) | 105)        /* Set 2x36 flow cntl flags */
@@ -1004,7 +991,6 @@ struct channel_t {
        u32 ch_open_count;              /* open count                   */
        u32     ch_flags;               /* Channel flags                */
 
-
        u32     ch_close_delay;         /* How long we should drop      */
                                        /* RTS/DTR for                  */
 
@@ -1256,29 +1242,17 @@ struct cnode {
                } module;
 
                char *ttyname;
-
                char *cuname;
-
                char *printname;
-
                long majornumber;
-
                long altpin;
-
                long ttysize;
-
                long chsize;
-
                long bssize;
-
                long unsize;
-
                long f2size;
-
                long vpixsize;
-
                long useintr;
        } u;
 };
-
 #endif