Skip to content

Commit

Permalink
Suspend: Fix comment in main.c
Browse files Browse the repository at this point in the history
Fix a comment in kernel/power/main.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 72df68c commit 9628c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/power/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ static int suspend_enter(suspend_state_t state)
}

/**
* suspend_devices_and_enter - suspend devices and enter the desired system sleep
* state.
* suspend_devices_and_enter - suspend devices and enter the desired system
* sleep state.
* @state: state to enter
*/
int suspend_devices_and_enter(suspend_state_t state)
Expand Down

0 comments on commit 9628c0e

Please sign in to comment.