aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/edac/edac_pci.c2
-rw-r--r--drivers/edac/i5000_edac.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/edac_pci.c b/drivers/edac/edac_pci.c
index 5dee9f50414..e0b47b74ec4 100644
--- a/drivers/edac/edac_pci.c
+++ b/drivers/edac/edac_pci.c
@@ -73,7 +73,7 @@ EXPORT_SYMBOL_GPL(edac_pci_alloc_ctl_info);
73 * 73 *
74 * Last action on the pci control structure. 74 * Last action on the pci control structure.
75 * 75 *
76 * call the remove sysfs informaton, which will unregister 76 * call the remove sysfs information, which will unregister
77 * this control struct's kobj. When that kobj's ref count 77 * this control struct's kobj. When that kobj's ref count
78 * goes to zero, its release function will be call and then 78 * goes to zero, its release function will be call and then
79 * kfree() the memory. 79 * kfree() the memory.
diff --git a/drivers/edac/i5000_edac.c b/drivers/edac/i5000_edac.c
index a1f24c42d5f..5a852017c17 100644
--- a/drivers/edac/i5000_edac.c
+++ b/drivers/edac/i5000_edac.c
@@ -351,7 +351,7 @@ struct i5000_pvt {
351 u16 b1_ambpresent0; /* Branch 1, Channel 8 */ 351 u16 b1_ambpresent0; /* Branch 1, Channel 8 */
352 u16 b1_ambpresent1; /* Branch 1, Channel 1 */ 352 u16 b1_ambpresent1; /* Branch 1, Channel 1 */
353 353
354 /* DIMM infomation matrix, allocating architecture maximums */ 354 /* DIMM information matrix, allocating architecture maximums */
355 struct i5000_dimm_info dimm_info[MAX_CSROWS][MAX_CHANNELS]; 355 struct i5000_dimm_info dimm_info[MAX_CSROWS][MAX_CHANNELS];
356 356
357 /* Actual values for this controller */ 357 /* Actual values for this controller */