Commit 6f042b50 authored by Joe Perches's avatar Joe Perches Committed by Adrian Bunk

drivers/edac/: Spelling fixes

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 8dfba4d7
...@@ -73,7 +73,7 @@ EXPORT_SYMBOL_GPL(edac_pci_alloc_ctl_info); ...@@ -73,7 +73,7 @@ EXPORT_SYMBOL_GPL(edac_pci_alloc_ctl_info);
* *
* Last action on the pci control structure. * Last action on the pci control structure.
* *
* call the remove sysfs informaton, which will unregister * call the remove sysfs information, which will unregister
* this control struct's kobj. When that kobj's ref count * this control struct's kobj. When that kobj's ref count
* goes to zero, its release function will be call and then * goes to zero, its release function will be call and then
* kfree() the memory. * kfree() the memory.
......
...@@ -351,7 +351,7 @@ struct i5000_pvt { ...@@ -351,7 +351,7 @@ struct i5000_pvt {
u16 b1_ambpresent0; /* Branch 1, Channel 8 */ u16 b1_ambpresent0; /* Branch 1, Channel 8 */
u16 b1_ambpresent1; /* Branch 1, Channel 1 */ u16 b1_ambpresent1; /* Branch 1, Channel 1 */
/* DIMM infomation matrix, allocating architecture maximums */ /* DIMM information matrix, allocating architecture maximums */
struct i5000_dimm_info dimm_info[MAX_CSROWS][MAX_CHANNELS]; struct i5000_dimm_info dimm_info[MAX_CSROWS][MAX_CHANNELS];
/* Actual values for this controller */ /* Actual values for this controller */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment