Skip to content

Commit

Permalink
[PATCH] swsusp: Fix coding style in suspend.c
Browse files Browse the repository at this point in the history
Fix coding style in suspend.c.

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>
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Dec 7, 2006
1 parent 11b2ce2 commit 5b6d15d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/power/snapshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ unsigned long get_safe_page(gfp_t gfp_mask)
return (unsigned long)get_image_page(gfp_mask, PG_SAFE);
}

static struct page *alloc_image_page(gfp_t gfp_mask) {
static struct page *alloc_image_page(gfp_t gfp_mask)
{
struct page *page;

page = alloc_page(gfp_mask);
Expand Down

0 comments on commit 5b6d15d

Please sign in to comment.