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:
committed by
Linus Torvalds
parent
7391c6dcab
commit
494d0d55bc
@@ -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";
|
||||
|
Reference in New Issue
Block a user