lkml.org 
[lkml]   [2003]   [Feb]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] 2.5.61 correct the spelling of correction and correctly
From
Date
This corrects the spelling of correction and correctly.

Steven


diff -ur linux-2.5.61-1.1027-orig/drivers/ide/pci/amd74xx.c linux-2.5.61-1.1027/drivers/ide/pci/amd74xx.c
--- linux-2.5.61-1.1027-orig/drivers/ide/pci/amd74xx.c Fri Feb 14 20:11:56 2003
+++ linux-2.5.61-1.1027/drivers/ide/pci/amd74xx.c Sat Feb 15 18:48:54 2003
@@ -311,7 +311,7 @@
amd_80w = ((u & 0x3) ? 1 : 0) | ((u & 0xc) ? 2 : 0);
for (i = 24; i >= 0; i -= 8)
if (((u >> i) & 4) && !(amd_80w & (1 << (1 - (i >> 4))))) {
- printk(KERN_WARNING "AMD_IDE: Bios didn't set cable bits corectly. Enabling workaround.\n");
+ printk(KERN_WARNING "AMD_IDE: Bios didn't set cable bits correctly. Enabling workaround.\n");
amd_80w |= (1 << (1 - (i >> 4)));
}
break;
diff -ur linux-2.5.61-1.1027-orig/include/linux/rtc.h linux-2.5.61-1.1027/include/linux/rtc.h
--- linux-2.5.61-1.1027-orig/include/linux/rtc.h Thu Jan 16 19:21:33 2003
+++ linux-2.5.61-1.1027/include/linux/rtc.h Sat Feb 15 18:49:38 2003
@@ -57,8 +57,8 @@
int pll_value; /* get/set correction value */
int pll_max; /* max +ve (faster) adjustment value */
int pll_min; /* max -ve (slower) adjustment value */
- int pll_posmult; /* factor for +ve corection */
- int pll_negmult; /* factor for -ve corection */
+ int pll_posmult; /* factor for +ve correction */
+ int pll_negmult; /* factor for -ve correction */
long pll_clock; /* base PLL frequency */
};




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.036 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site