#define SPINTFC                0xfc            /* Reserved                     */
 #define SCOMMODE       0xfd            /* Set RS232/422 mode           */
 
-
 /************************************************************************
  *     Modes for SCOMMODE
  ************************************************************************/
 #define MODE_232       0x00
 #define MODE_422       0x01
 
-
 /************************************************************************
  *      Event flags.
  ************************************************************************/
        REQUESTED_CONCENTRATOR
 };
 
-
-
 /*
  * Modem line constants are defined as macros because DSR and
  * DCD are swapable using the ditty altpin option.
 #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.
        ulong           ema;    /* Exponential moving average */
 };
 
-
 /************************************************************************
  * Device flag definitions for bd_flags.
  ************************************************************************/
                                        /* download                       */
 };
 
-
-
 /************************************************************************
  * Unit flag definitions for un_flags.
  ************************************************************************/
        struct device *un_sysfs;
 };
 
-
 /************************************************************************
  * Device flag definitions for ch_flags.
  ************************************************************************/
 #define SNIFF_WAIT_DATA        0x2
 #define SNIFF_WAIT_SPACE 0x4
 
-
 /************************************************************************
  ***   Definitions for Digi ditty(1) command.
  ************************************************************************/
 #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            */
        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 */
        u32 ch_open_count;              /* open count                   */
        u32     ch_flags;               /* Channel flags                */
 
-
        u32     ch_close_delay;         /* How long we should drop      */
                                        /* RTS/DTR for                  */
 
                } 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