[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1431581703-28604-1-git-send-email-colinpatrickcronin@gmail.com>
Date: Wed, 13 May 2015 22:35:03 -0700
From: colinpatrickcronin@...il.com
To: gregkh@...uxfoundation.org
Cc: devel@...verdev.osuos1.org, linux-kernel@...r.kernel.org,
colinpatrickcronin@...il.com
Subject: [PATCH 1/1] Staging: xgifb: vb_setmode: Fixed spelling error
From: Colin Cronin <colinpatrickcronin@...il.com>
Fixed spelling error in comment.
Signed-off-by: Colin Cronin <colinpatrickcronin@...il.com>
---
drivers/staging/xgifb/vb_setmode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/xgifb/vb_setmode.c b/drivers/staging/xgifb/vb_setmode.c
index a47395e..3f7c10e 100644
--- a/drivers/staging/xgifb/vb_setmode.c
+++ b/drivers/staging/xgifb/vb_setmode.c
@@ -940,7 +940,7 @@ static void XGI_SetCRT1FIFO(struct xgi_hw_device_info *HwDeviceExtension,
data = xgifb_reg_get(pVBInfo->P3c4, 0x3D);
data &= 0xfe;
- xgifb_reg_set(pVBInfo->P3c4, 0x3D, data); /* diable auto-threshold */
+ xgifb_reg_set(pVBInfo->P3c4, 0x3D, data); /* disable auto-threshold */
xgifb_reg_set(pVBInfo->P3c4, 0x08, 0x34);
data = xgifb_reg_get(pVBInfo->P3c4, 0x09);
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists