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>
This commit is contained in:
Douglas Thompson
2007-07-19 01:50:21 -07:00
committed by Linus Torvalds
parent 7391c6dcab
commit 494d0d55bc
4 changed files with 5 additions and 5 deletions

View File

@@ -35,9 +35,9 @@ static struct sysdev_class edac_class = {
static int edac_class_valid;
/*
* edac_op_state_toString()
* edac_op_state_to_string()
*/
char *edac_op_state_toString(int opstate)
char *edac_op_state_to_string(int opstate)
{
if (opstate == OP_RUNNING_POLL)
return "POLLED";