Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42730
b: refs/heads/master
c: 5b6d15d
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Dec 7, 2006
1 parent f4b50fb commit a84e3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11b2ce2ba90f801e2a5ebba4e6b7da72d87f2b13
refs/heads/master: 5b6d15de2d4c8149902a680a6cd1d3b26cd2e828
3 changes: 2 additions & 1 deletion trunk/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 a84e3cb

Please sign in to comment.