diff options
author | Jiri Kosina <jkosina@suse.cz> | 2012-05-22 04:56:21 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-05-22 05:00:09 -0400 |
commit | f70d4a95edc7da87f39cd8b603ba131df2c198ed (patch) | |
tree | 2ce19fca965fa44e2c6737edee1851f1d16602e1 /drivers/edac/edac_device.c | |
parent | a45170e7ad65b2b7179c7bbe8780882159c829fb (diff) |
edac, mips: don't change code that has been removed in edac/mips tree
This is a partial revert of
15ed103a9800 ("edac: Fix spelling errors")
6997991ab0db ("mips: Fix printk typos in arc/mips")
which change code that doesn't exist any more in edac/mips trees.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/edac/edac_device.c')
-rw-r--r-- | drivers/edac/edac_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | */ |