diff options
-rw-r--r-- | arch/mips/pci/pci-lantiq.c | 2 | ||||
-rw-r--r-- | drivers/edac/edac_core.h | 2 | ||||
-rw-r--r-- | drivers/edac/edac_device.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/pci/pci-lantiq.c b/arch/mips/pci/pci-lantiq.c index 70fdf2c7919b..030c77e7926e 100644 --- a/arch/mips/pci/pci-lantiq.c +++ b/arch/mips/pci/pci-lantiq.c | |||
@@ -297,7 +297,7 @@ int __init pcibios_init(void) | |||
297 | { | 297 | { |
298 | int ret = platform_driver_register(<q_pci_driver); | 298 | int ret = platform_driver_register(<q_pci_driver); |
299 | if (ret) | 299 | if (ret) |
300 | printk(KERN_INFO "ltq_pci: Error registering platform driver!"); | 300 | printk(KERN_INFO "ltq_pci: Error registering platfom driver!"); |
301 | return ret; | 301 | return ret; |
302 | } | 302 | } |
303 | 303 | ||
diff --git a/drivers/edac/edac_core.h b/drivers/edac/edac_core.h index 841bb2d7ce61..5b739411d62f 100644 --- a/drivers/edac/edac_core.h +++ b/drivers/edac/edac_core.h | |||
@@ -460,7 +460,7 @@ extern int edac_mc_find_csrow_by_page(struct mem_ctl_info *mci, | |||
460 | /* | 460 | /* |
461 | * The no info errors are used when error overflows are reported. | 461 | * The no info errors are used when error overflows are reported. |
462 | * There are a limited number of error logging registers that can | 462 | * There are a limited number of error logging registers that can |
463 | * be exhausted. When all registers are exhausted and an additional | 463 | * be exausted. When all registers are exhausted and an additional |
464 | * error occurs then an error overflow register records that an | 464 | * error occurs then an error overflow register records that an |
465 | * error occurred and the type of error, but doesn't have any | 465 | * error occurred and the type of error, but doesn't have any |
466 | * further information. The ce/ue versions make for cleaner | 466 | * further information. The ce/ue versions make for cleaner |
diff --git a/drivers/edac/edac_device.c b/drivers/edac/edac_device.c index da4a1f11939f..45b8f4bdd773 100644 --- a/drivers/edac/edac_device.c +++ b/drivers/edac/edac_device.c | |||
@@ -367,7 +367,7 @@ static void del_edac_device_from_global_list(struct edac_device_ctl_info | |||
367 | * structure, that needs to be polled for possible error events. | 367 | * structure, that needs to be polled for possible error events. |
368 | * | 368 | * |
369 | * This operation is to acquire the list mutex lock | 369 | * This operation is to acquire the list mutex lock |
370 | * (thus preventing insertion or deletion) | 370 | * (thus preventing insertation or deletion) |
371 | * and then call the device's poll function IFF this device is | 371 | * and then call the device's poll function IFF this device is |
372 | * running polled and there is a poll function defined. | 372 | * running polled and there is a poll function defined. |
373 | */ | 373 | */ |