diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2006-12-06 23:34:44 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:28 -0500 |
commit | 59a493350e7aefff7e262efa39e017517b31b8e8 (patch) | |
tree | c707e294afd5f6b015844257a044c5f62fef7025 /kernel/power/swsusp.c | |
parent | 5b6d15de2d4c8149902a680a6cd1d3b26cd2e828 (diff) |
[PATCH] swsusp: Fix labels
Move all labels in the swsusp code to the second column, so that they won't
fool diff -p.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Cc: Nigel Cunningham <nigel@suspend2.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/power/swsusp.c')
-rw-r--r-- | kernel/power/swsusp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/swsusp.c b/kernel/power/swsusp.c index aa31432bbd97..31aa0390c777 100644 --- a/kernel/power/swsusp.c +++ b/kernel/power/swsusp.c | |||
@@ -288,7 +288,7 @@ int swsusp_suspend(void) | |||
288 | * that suspended with irqs off ... no overall powerup. | 288 | * that suspended with irqs off ... no overall powerup. |
289 | */ | 289 | */ |
290 | device_power_up(); | 290 | device_power_up(); |
291 | Enable_irqs: | 291 | Enable_irqs: |
292 | local_irq_enable(); | 292 | local_irq_enable(); |
293 | return error; | 293 | return error; |
294 | } | 294 | } |