summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_poweroff.c
diff options
context:
space:
mode:
authorCorey Minyard <minyard@acm.org>2005-09-07 00:18:45 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-08 01:57:49 +0200
commite8b336173b86c5db5dd5ae5ad33f3f8605878d0d (patch)
tree8f48cd879728ab6e625574e21be0d46eab5c632a /drivers/char/ipmi/ipmi_poweroff.c
parent[PATCH] ipmi: add hacks for IPMI chassis poweroff for certain Dell servers (diff)
downloadlinux-e8b336173b86c5db5dd5ae5ad33f3f8605878d0d.tar.xz
linux-e8b336173b86c5db5dd5ae5ad33f3f8605878d0d.zip
[PATCH] ipmi: style cleanups
Clean up various style issues in the IPMI driver. Should be no functional changes. Signed-off-by: Corey Minyard <minyard@acm.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/ipmi/ipmi_poweroff.c')
-rw-r--r--drivers/char/ipmi/ipmi_poweroff.c2
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)
/* Scan for a poweroff method */
- for (i=0; i<NUM_PO_FUNCS; i++) {
+ for (i = 0; i < NUM_PO_FUNCS; i++) {
if (poweroff_functions[i].detect(ipmi_user))
goto found;
}