From: Rafael J. Wysocki Date: Sat, 8 Dec 2007 01:06:57 +0000 (+0100) Subject: Hibernation: Fix comment in disk.c X-Git-Tag: v2.6.25-rc1~1073^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9575809c6fc15e7b6bb1932b6104c80a6d4ffdc9;p=platform%2Fkernel%2Flinux-3.10.git Hibernation: Fix comment in disk.c Fix a comment in kernel/power/disk.c so that it doesn't contain lines longer that 80 characters. Signed-off-by: Rafael J. Wysocki Acked-by: Pavel Machek Signed-off-by: Len Brown --- diff --git a/kernel/power/disk.c b/kernel/power/disk.c index 2a4bada..3e24a20 100644 --- a/kernel/power/disk.c +++ b/kernel/power/disk.c @@ -568,8 +568,8 @@ static int software_resume(void) if (noresume) { /** - * FIXME: If noresume is specified, we need to find the partition - * and reset it back to normal swap space. + * FIXME: If noresume is specified, we need to find the + * partition and reset it back to normal swap space. */ mutex_unlock(&pm_mutex); return 0;