summaryrefslogtreecommitdiff
path: root/src/drivers/xgi/common/vb_setmode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/xgi/common/vb_setmode.c')
-rw-r--r--src/drivers/xgi/common/vb_setmode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/xgi/common/vb_setmode.c b/src/drivers/xgi/common/vb_setmode.c
index 9ea8e799b7..e80bc35cc4 100644
--- a/src/drivers/xgi/common/vb_setmode.c
+++ b/src/drivers/xgi/common/vb_setmode.c
@@ -2799,7 +2799,7 @@ static void XGI_SetCRT2Offset(unsigned short ModeNo,
static void XGI_SetCRT2FIFO(struct vb_device_info *pVBInfo)
{
- /* threshold high ,disable auto threshold */
+ /* threshold high, disable auto threshold */
xgifb_reg_set(pVBInfo->Part1Port, 0x01, 0x3B);
/* threshold low default 04h */
xgifb_reg_and_or(pVBInfo->Part1Port, 0x02, ~(0x3F), 0x04);