The patch titled swsusp: Fix coding style in suspend.c has been removed from the -mm tree. Its filename was swsusp-fix-coding-style-in-suspendc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: swsusp: Fix coding style in suspend.c From: "Rafael J. Wysocki" <rjw@xxxxxxx> Fix coding style in suspend.c. Signed-off-by: Rafael J. Wysocki <rjw@xxxxxxx> Acked-by: Pavel Machek <pavel@xxxxxx> Cc: Nigel Cunningham <nigel@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/power/snapshot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN kernel/power/snapshot.c~swsusp-fix-coding-style-in-suspendc kernel/power/snapshot.c --- a/kernel/power/snapshot.c~swsusp-fix-coding-style-in-suspendc +++ a/kernel/power/snapshot.c @@ -85,7 +85,8 @@ unsigned long get_safe_page(gfp_t gfp_ma 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); _ Patches currently in -mm which might be from rjw@xxxxxxx are origin.patch git-acpi.patch md-change-lifetime-rules-for-md-devices.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html