Skip to content

Commit

Permalink
Hibernation: Fix comment in disk.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rafael J. Wysocki authored and Len Brown committed Feb 1, 2008
1 parent 9628c0e commit 9575809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/power/disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9575809

Please sign in to comment.