mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
[PATCH] swsusp: Fix coding style in suspend.c
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>
This commit is contained in:
parent
11b2ce2ba9
commit
5b6d15de2d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user