diff options
author | Douglas Thompson <dougthompson@xmission.com> | 2007-07-19 04:50:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 13:04:56 -0400 |
commit | 494d0d55bcc7ef94c744a59779327e45a27f7801 (patch) | |
tree | aa1092577ed0e89b482a35ce39fb147e8f0c4517 /drivers/edac/edac_device.c | |
parent | 7391c6dcab3094610cb99bbd559beaa282582eac (diff) |
drivers/edac: mod edac_opt_state_to_string function
Refactored the function edac_op_state_toString() to be edac_op_state_to_string()
for consistent style, and its callers
Signed-off-by: Douglas Thompson <dougthompson@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 d60f5df87af5..1d2eb20304f6 100644 --- a/drivers/edac/edac_device.c +++ b/drivers/edac/edac_device.c | |||
@@ -461,7 +461,7 @@ int edac_device_add_device(struct edac_device_ctl_info *edac_dev, int edac_idx) | |||
461 | edac_dev->mod_name, | 461 | edac_dev->mod_name, |
462 | edac_dev->ctl_name, | 462 | edac_dev->ctl_name, |
463 | dev_name(edac_dev), | 463 | dev_name(edac_dev), |
464 | edac_op_state_toString(edac_dev->op_state)); | 464 | edac_op_state_to_string(edac_dev->op_state)); |
465 | 465 | ||
466 | up(&device_ctls_mutex); | 466 | up(&device_ctls_mutex); |
467 | return 0; | 467 | return 0; |