Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d60846c4 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

swsusp: clean up printk



Remove an inexplicable /

Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ace4bd29
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1227,7 +1227,7 @@ asmlinkage int swsusp_save(void)
	nr_copy_pages = nr_pages;
	nr_copy_pages = nr_pages;
	nr_meta_pages = DIV_ROUND_UP(nr_pages * sizeof(long), PAGE_SIZE);
	nr_meta_pages = DIV_ROUND_UP(nr_pages * sizeof(long), PAGE_SIZE);


	printk("swsusp: critical section/: done (%d pages copied)\n", nr_pages);
	printk("swsusp: critical section: done (%d pages copied)\n", nr_pages);


	return 0;
	return 0;
}
}