]> Pileus Git - ~andy/linux/commitdiff
staging "xgifb" Fix typos.
authorJustin P. Mattock <justinmattock@gmail.com>
Wed, 3 Oct 2012 04:17:11 +0000 (21:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 18:41:13 +0000 (11:41 -0700)
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/TODO
drivers/staging/xgifb/vb_setmode.c

index 13d9bc25797dd23f14fd8ef7356dc747700331bd..392b29d8f134bf212340181b9fc93727ddbfd33f 100644 (file)
@@ -1,4 +1,4 @@
-This drivers still need a lot of work. I can list all cleanups to do but it's
+This drivers still needs a lot of work. I can list all cleanups to do but it's
 going to be long. So, I'm writing "cleanups" and not the list.
 
 Arnaud
index e95a1655a6ce6e3a23e0f73078b31e61d88bd9bb..c8561a0b386d50eca565b66d5f236b19f23c2d38 100644 (file)
@@ -2501,7 +2501,7 @@ static void XGI_GetVBInfo(unsigned short ModeNo, unsigned short ModeIdIndex,
                } else {
                        temp = 0x017C;
                }
-       } else { /* 3nd party chip */
+       } else { /* 3rd party chip */
                temp = SetCRT2ToLCD;
        }
 
@@ -4390,7 +4390,7 @@ static void XGI_SetLCDRegs(unsigned short ModeNo, unsigned short ModeIdIndex,
        xgifb_reg_and_or(pVBInfo->Part2Port, 0x17, 0xFB, 0x00);
        xgifb_reg_and_or(pVBInfo->Part2Port, 0x18, 0xDF, 0x00);
 
-       /* Customized LCDB Des no add */
+       /* Customized LCDB Does not add */
        tempbx = 5;
        LCDBDesPtr = XGI_GetLcdPtr(tempbx, ModeNo, ModeIdIndex,
                                   RefreshRateTableIndex, pVBInfo);