diff --git a/[refs] b/[refs] index 0be361dffd0e..ca89ec402420 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9628c0ee6a6d9ef06a77ea25932c00817f9e88a0 +refs/heads/master: 9575809c6fc15e7b6bb1932b6104c80a6d4ffdc9 diff --git a/trunk/kernel/power/disk.c b/trunk/kernel/power/disk.c index 2a4bada184ed..3e24a200f1d4 100644 --- a/trunk/kernel/power/disk.c +++ b/trunk/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;