diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2007-12-07 20:06:57 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-01 18:30:55 -0500 |
commit | 9575809c6fc15e7b6bb1932b6104c80a6d4ffdc9 (patch) | |
tree | 75cbdf455233325575d5f892aaa0f561fa1a953c /kernel | |
parent | 9628c0ee6a6d9ef06a77ea25932c00817f9e88a0 (diff) |
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 <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/power/disk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/power/disk.c b/kernel/power/disk.c index 2a4bada184ed..3e24a200f1d4 100644 --- a/kernel/power/disk.c +++ b/kernel/power/disk.c | |||
@@ -568,8 +568,8 @@ static int software_resume(void) | |||
568 | 568 | ||
569 | if (noresume) { | 569 | if (noresume) { |
570 | /** | 570 | /** |
571 | * FIXME: If noresume is specified, we need to find the partition | 571 | * FIXME: If noresume is specified, we need to find the |
572 | * and reset it back to normal swap space. | 572 | * partition and reset it back to normal swap space. |
573 | */ | 573 | */ |
574 | mutex_unlock(&pm_mutex); | 574 | mutex_unlock(&pm_mutex); |
575 | return 0; | 575 | return 0; |