Index = XGI_GetLCDCapPtr(pVBInfo);
        *HSyncWidth = pVBInfo->LCDCapList[Index].LCD_HSyncWidth;
        *VSyncWidth = pVBInfo->LCDCapList[Index].LCD_VSyncWidth;
-
-       return;
 }
 
 static void XGI_SetLVDSRegs(unsigned short ModeNo, unsigned short ModeIdIndex,
                        *di_1 = pVBInfo->LCDCapList[index].LCDA_VCLKData2;
                }
        }
-       return;
 }
 
 static unsigned char XGI_GetVCLKPtr(unsigned short RefreshRateTableIndex,
 
                if (!(pVBInfo->SetFlag & ReserveTVOption))
                        xgifb_reg_set(pVBInfo->P3d4, 0x3e, tempch);
-       } else {
-               return;
        }
 }
 
 
                pVBInfo->HT = tempax;
                pVBInfo->VT = tempbx;
-               return;
        }
 }
 
                temp = 0x00;
 
        xgifb_reg_set(pVBInfo->Part1Port, 0x1A, temp); /* 0x1A SR0E */
-
-       return;
 }
 
 static void XGI_SetGroup2(unsigned short ModeNo, unsigned short ModeIdIndex,
                if (!(pVBInfo->VBInfo & SetInSlaveMode))
                        xgifb_reg_set(pVBInfo->Part2Port, 0x0B, 0x00);
        }
-
-       if (pVBInfo->VBInfo & SetCRT2ToTV)
-               return;
 }
 
 static void XGI_SetLCDRegs(unsigned short ModeNo, unsigned short ModeIdIndex,
                                xgifb_reg_set(pVBInfo->Part3Port, 0x28, 0x3f);
                }
        }
-       return;
-} /* {end of XGI_SetGroup3} */
+}
 
 static void XGI_SetGroup4(unsigned short ModeNo, unsigned short ModeIdIndex,
                unsigned short RefreshRateTableIndex,
                        XGINew_EnableCRT2(pVBInfo);
                }
        }
-       return;
 }
 
 static void XGI_DisableGatingCRT(struct xgi_hw_device_info *HwDeviceExtension,