Skip to content

Commit 0346688

Browse files
Zhen Leirafaeljw
authored andcommitted
PM: sleep: remove trailing spaces and tabs
Run the following command to find and remove the trailing spaces and tabs: $ find kernel/power/ -type f | xargs sed -r -i 's/[ \t]+$//' Signed-off-by: Zhen Lei <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 6be2408 commit 0346688

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

kernel/power/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,20 @@ config PM_STD_PARTITION
9898
default ""
9999
help
100100
The default resume partition is the partition that the suspend-
101-
to-disk implementation will look for a suspended disk image.
101+
to-disk implementation will look for a suspended disk image.
102102

103-
The partition specified here will be different for almost every user.
103+
The partition specified here will be different for almost every user.
104104
It should be a valid swap partition (at least for now) that is turned
105-
on before suspending.
105+
on before suspending.
106106

107107
The partition specified can be overridden by specifying:
108108

109-
resume=/dev/<other device>
109+
resume=/dev/<other device>
110110

111-
which will set the resume partition to the device specified.
111+
which will set the resume partition to the device specified.
112112

113113
Note there is currently not a way to specify which device to save the
114-
suspended image to. It will simply pick the first available swap
114+
suspended image to. It will simply pick the first available swap
115115
device.
116116

117117
config PM_SLEEP

kernel/power/process.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* drivers/power/process.c - Functions for starting/stopping processes on
3+
* drivers/power/process.c - Functions for starting/stopping processes on
44
* suspend transitions.
55
*
66
* Originally from swsusp.

0 commit comments

Comments
 (0)