struct addi_private *devpriv = dev->private;
 
        devpriv->tsk_Current = current;
-   /*******************************/
+
        /* Set the digital input logic */
-   /*******************************/
        if (data[0] == ADDIDATA_ENABLE) {
                data[2] = data[2] << 4;
                data[3] = data[3] << 4;
                        outl(0x4,
                                devpriv->i_IobaseAmcc + APCI1564_DIGITAL_IP +
                                APCI1564_DIGITAL_IP_IRQ);
-               }               /*  if  (data[1] == ADDIDATA_OR) */
+               }
                else {
                        outl(0x6,
                                devpriv->i_IobaseAmcc + APCI1564_DIGITAL_IP +
                                APCI1564_DIGITAL_IP_IRQ);
-               }               /*  else if  (data[1] == ADDIDATA_OR) */
-       }                       /*  if  (data[0] == ADDIDATA_ENABLE) */
+               }
+       }
        else {
                outl(0x0,
                        devpriv->i_IobaseAmcc + APCI1564_DIGITAL_IP +
                outl(0x0,
                        devpriv->i_IobaseAmcc + APCI1564_DIGITAL_IP +
                        APCI1564_DIGITAL_IP_IRQ);
-       }                       /*  else if  (data[0] == ADDIDATA_ENABLE) */
+       }
 
        return insn->n;
 }
                comedi_error(dev,
                        "Not a valid Data !!! ,Data should be 1 or 0\n");
                return -EINVAL;
-       }                       /*  if  ((data[0]!=0) && (data[0]!=1)) */
+       }
        if (data[0]) {
                devpriv->b_OutputMemoryStatus = ADDIDATA_ENABLE;
-       }                       /*  if  (data[0]) */
+       }
        else {
                devpriv->b_OutputMemoryStatus = ADDIDATA_DISABLE;
-       }                       /*  else if  (data[0]) */
+       }
        if (data[1] == ADDIDATA_ENABLE) {
                ul_Command = ul_Command | 0x1;
-       }                       /*  if  (data[1] == ADDIDATA_ENABLE) */
+       }
        else {
                ul_Command = ul_Command & 0xFFFFFFFE;
-       }                       /*  else if  (data[1] == ADDIDATA_ENABLE) */
+       }
        if (data[2] == ADDIDATA_ENABLE) {
                ul_Command = ul_Command | 0x2;
-       }                       /*  if  (data[2] == ADDIDATA_ENABLE) */
+       }
        else {
                ul_Command = ul_Command & 0xFFFFFFFD;
-       }                       /*  else if  (data[2] == ADDIDATA_ENABLE) */
+       }
        outl(ul_Command,
                devpriv->i_IobaseAmcc + APCI1564_DIGITAL_OP +
                APCI1564_DIGITAL_OP_INTERRUPT);
                outl(data[3],
                        devpriv->i_IobaseAmcc + APCI1564_DIGITAL_OP_WATCHDOG +
                        APCI1564_TCW_RELOAD_VALUE);
-       }                       /*  if  (data[0]==ADDIDATA_WATCHDOG) */
+       }
        else if (data[0] == ADDIDATA_TIMER) {
                /* First Stop The Timer */
                ul_Command1 =
                        outl(0x0,
                                devpriv->iobase + APCI1564_COUNTER4 +
                                APCI1564_TCW_IRQ);
-               }               /*  if  (data[1]==1) */
+               }
                else {
                        outl(0x0, devpriv->i_IobaseAmcc + APCI1564_TIMER + APCI1564_TCW_PROG);  /* disable Timer interrupt */
-               }               /*  else if  (data[1]==1) */
+               }
 
                /*  Loading Timebase */
-
                outl(data[2],
                        devpriv->i_IobaseAmcc + APCI1564_TIMER +
                        APCI1564_TCW_TIMEBASE);
                ul_Command1 =
                        (ul_Command1 & 0xFFF719E2UL) | 2UL << 13UL | 0x10UL;
                outl(ul_Command1, devpriv->i_IobaseAmcc + APCI1564_TIMER + APCI1564_TCW_PROG);  /* mode 2 */
-       }                       /*  else if  (data[0]==ADDIDATA_TIMER) */
+       }
        else if (data[0] == ADDIDATA_COUNTER) {
                devpriv->b_TimerSelectMode = ADDIDATA_COUNTER;
                devpriv->b_ModeSelectRegister = data[5];
                ul_Command1 = ul_Command1 & 0xFFFFF9FEUL;
                outl(ul_Command1, devpriv->iobase + ((data[5] - 1) * 0x20) + APCI1564_TCW_PROG);        /* Stop The Timer */
 
-      /************************/
                /* Set the reload value */
-      /************************/
                outl(data[3],
                        devpriv->iobase + ((data[5] - 1) * 0x20) +
                        APCI1564_TCW_RELOAD_VALUE);
 
-      /******************************/
                /* Set the mode :             */
                /* - Disable the hardware     */
                /* - Disable the counter mode */
                /* - Disable the reset        */
                /* - Disable the timer mode   */
                /* - Enable the counter mode  */
-      /******************************/
+
                ul_Command1 =
                        (ul_Command1 & 0xFFFC19E2UL) | 0x80000UL |
                        (unsigned int) ((unsigned int) data[4] << 16UL);
                        devpriv->iobase + ((data[5] - 1) * 0x20) +
                        APCI1564_TCW_PROG);
 
-      /*****************************/
                /* Set the Up/Down selection */
-      /*****************************/
                ul_Command1 = (ul_Command1 & 0xFFFBF9FFUL) | (data[6] << 18);
                outl(ul_Command1,
                        devpriv->iobase + ((data[5] - 1) * 0x20) +
                        APCI1564_TCW_PROG);
-       }                       /*  else if  (data[0]==ADDIDATA_COUNTER) */
+       }
        else {
                printk(" Invalid subdevice.");
-       }                       /*  else if  (data[0]==ADDIDATA_WATCHDOG) */
+       }
 
        return insn->n;
 }
                default:
                        printk("\nSpecified functionality does not exist\n");
                        return -EINVAL;
-               }               /*  switch (data[1]) */
-       }                       /*  if  (devpriv->b_TimerSelectMode==ADDIDATA_WATCHDOG) */
+               }
+       }
        if (devpriv->b_TimerSelectMode == ADDIDATA_TIMER) {
                if (data[1] == 1) {
                        ul_Command1 =
                        outl(ul_Command1,
                                devpriv->i_IobaseAmcc + APCI1564_TIMER +
                                APCI1564_TCW_PROG);
-               }               /*  if  (data[1]==1) */
+               }
                else if (data[1] == 0) {
                        /* Stop The Timer */
 
                        outl(ul_Command1,
                                devpriv->i_IobaseAmcc + APCI1564_TIMER +
                                APCI1564_TCW_PROG);
-               }               /*  else if(data[1]==0) */
-       }                       /*  if  (devpriv->b_TimerSelectMode==ADDIDATA_TIMER) */
+               }
+       }
        if (devpriv->b_TimerSelectMode == ADDIDATA_COUNTER) {
                ul_Command1 =
                        inl(devpriv->iobase + ((devpriv->b_ModeSelectRegister -
                if (data[1] == 1) {
                        /* Start the Counter subdevice */
                        ul_Command1 = (ul_Command1 & 0xFFFFF9FFUL) | 0x1UL;
-               }               /*  if  (data[1] == 1) */
+               }
                else if (data[1] == 0) {
                        /*  Stops the Counter subdevice */
                        ul_Command1 = 0;
 
-               }               /*  else if  (data[1] == 0) */
+               }
                else if (data[1] == 2) {
                        /*  Clears the Counter subdevice */
                        ul_Command1 = (ul_Command1 & 0xFFFFF9FFUL) | 0x400;
-               }               /*  else if  (data[1] == 3) */
+               }
                outl(ul_Command1,
                        devpriv->iobase + ((devpriv->b_ModeSelectRegister -
                                        1) * 0x20) + APCI1564_TCW_PROG);
                data[1] =
                        inl(devpriv->i_IobaseAmcc +
                        APCI1564_DIGITAL_OP_WATCHDOG);
-       }                       /*  if  (devpriv->b_TimerSelectMode==ADDIDATA_WATCHDOG) */
+       }
        else if (devpriv->b_TimerSelectMode == ADDIDATA_TIMER) {
                /*  Stores the status of the Timer */
                data[0] =
 
                /*  Stores the Actual value of the Timer */
                data[1] = inl(devpriv->i_IobaseAmcc + APCI1564_TIMER);
-       }                       /*  else if  (devpriv->b_TimerSelectMode==ADDIDATA_TIMER) */
+       }
        else if (devpriv->b_TimerSelectMode == ADDIDATA_COUNTER) {
                /*  Read the Counter Actual Value. */
                data[0] =
                        inl(devpriv->iobase + ((devpriv->b_ModeSelectRegister -
                                        1) * 0x20) + APCI1564_TCW_TRIG_STATUS);
 
-      /***********************************/
                /* Get the software trigger status */
-      /***********************************/
                data[1] = (unsigned char) ((ul_Command1 >> 1) & 1);
 
-      /***********************************/
                /* Get the hardware trigger status */
-      /***********************************/
                data[2] = (unsigned char) ((ul_Command1 >> 2) & 1);
 
-      /*********************************/
                /* Get the software clear status */
-      /*********************************/
                data[3] = (unsigned char) ((ul_Command1 >> 3) & 1);
 
-      /***************************/
                /* Get the overflow status */
-      /***************************/
                data[4] = (unsigned char) ((ul_Command1 >> 0) & 1);
-       }                       /*  else  if  (devpriv->b_TimerSelectMode==ADDIDATA_COUNTER) */
+       }
        else if ((devpriv->b_TimerSelectMode != ADDIDATA_TIMER)
                && (devpriv->b_TimerSelectMode != ADDIDATA_WATCHDOG)
                && (devpriv->b_TimerSelectMode != ADDIDATA_COUNTER)) {
                printk("\n Invalid Subdevice !!!\n");
-       }                       /*  else if ((devpriv->b_TimerSelectMode!=ADDIDATA_TIMER) && (devpriv->b_TimerSelectMode!=ADDIDATA_WATCHDOG)&& (devpriv->b_TimerSelectMode!=ADDIDATA_COUNTER)) */
+       }
        return insn->n;
 }
 
        if (ui_DI == 0 && ui_DO == 0 && ui_Timer == 0 && ui_C1 == 0
                && ui_C2 == 0 && ui_C3 == 0 && ui_C4 == 0) {
                printk("\nInterrupt from unknown source\n");
-       }                       /*  if(ui_DI==0 && ui_DO==0 && ui_Timer==0 && ui_C1==0 && ui_C2==0 && ui_C3==0 && ui_C4==0) */
+       }
 
        if (ui_DI == 1) {
                ui_DI = inl(devpriv->i_IobaseAmcc + APCI1564_DIGITAL_IP +
 
                /* Sends signal to user space */
                send_sig(SIGIO, devpriv->tsk_Current, 0);
-
-       }                       /*  if  (ui_DO) */
+       }
 
        if (ui_Timer == 1) {
                devpriv->b_TimerSelectMode = ADDIDATA_TIMER;
                             devpriv->i_IobaseAmcc + APCI1564_TIMER +
                             APCI1564_TCW_PROG);
                }
-       }/* if  (ui_Timer == 1) */
-
+       }
 
        if (ui_C1 == 1) {
                devpriv->b_TimerSelectMode = ADDIDATA_COUNTER;
                             devpriv->iobase + APCI1564_COUNTER1 +
                             APCI1564_TCW_PROG);
                }
-       } /* if  (ui_C1 == 1) */
+       }
 
        if (ui_C2 == 1) {
                devpriv->b_TimerSelectMode = ADDIDATA_COUNTER;
                             devpriv->iobase + APCI1564_COUNTER2 +
                             APCI1564_TCW_PROG);
                }
-       } /*  if  ((ui_C2 == 1) */
+       }
 
        if (ui_C3 == 1) {
                devpriv->b_TimerSelectMode = ADDIDATA_COUNTER;
                             devpriv->iobase + APCI1564_COUNTER3 +
                             APCI1564_TCW_PROG);
                }
-       }       /*  if ((ui_C3 == 1) */
+       }
 
        if (ui_C4 == 1) {
                devpriv->b_TimerSelectMode = ADDIDATA_COUNTER;
                             devpriv->iobase + APCI1564_COUNTER4 +
                             APCI1564_TCW_PROG);
                }
-       }       /*  if (ui_C4 == 1) */
+       }
        return;
 }