diff options
author | Douglas Thompson <dougthompson@xmission.com> | 2007-07-19 12:50:21 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 21:04:56 +0400 |
commit | 494d0d55bcc7ef94c744a59779327e45a27f7801 (patch) | |
tree | aa1092577ed0e89b482a35ce39fb147e8f0c4517 /drivers/edac/edac_core.h | |
parent | 7391c6dcab3094610cb99bbd559beaa282582eac (diff) | |
download | linux-494d0d55bcc7ef94c744a59779327e45a27f7801.tar.xz |
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_core.h')
-rw-r--r-- | drivers/edac/edac_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/edac_core.h b/drivers/edac/edac_core.h index d8435297df3d..e49dce069d1f 100644 --- a/drivers/edac/edac_core.h +++ b/drivers/edac/edac_core.h @@ -845,6 +845,6 @@ extern void edac_pci_remove_sysfs(struct edac_pci_ctl_info *pci); /* * edac misc APIs */ -extern char *edac_op_state_toString(int op_state); +extern char *edac_op_state_to_string(int op_state); #endif /* _EDAC_CORE_H_ */ |