diff options
Diffstat (limited to 'drivers/char/ipmi/ipmi_poweroff.c')
-rw-r--r-- | drivers/char/ipmi/ipmi_poweroff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ipmi/ipmi_poweroff.c b/drivers/char/ipmi/ipmi_poweroff.c index 170590153df6..42ea9843b394 100644 --- a/drivers/char/ipmi/ipmi_poweroff.c +++ b/drivers/char/ipmi/ipmi_poweroff.c | |||
@@ -525,7 +525,7 @@ static void ipmi_po_new_smi(int if_num) | |||
525 | 525 | ||
526 | 526 | ||
527 | /* Scan for a poweroff method */ | 527 | /* Scan for a poweroff method */ |
528 | for (i=0; i<NUM_PO_FUNCS; i++) { | 528 | for (i = 0; i < NUM_PO_FUNCS; i++) { |
529 | if (poweroff_functions[i].detect(ipmi_user)) | 529 | if (poweroff_functions[i].detect(ipmi_user)) |
530 | goto found; | 530 | goto found; |
531 | } | 531 | } |