aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/Kconfig
diff options
context:
space:
mode:
authorZhen Lei <thunder.leizhen@huawei.com>2021-06-08 15:44:37 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-06-11 18:49:09 +0200
commit03466883a0fdb5c38f2907b027565b9f253688a8 (patch)
tree158d13f6aabf0506893dea06dc4381ac018ac55e /kernel/power/Kconfig
parent6be2408a1ef632a48149044d1757c80ab1096213 (diff)
downloadlinux-03466883a0fdb5c38f2907b027565b9f253688a8.tar.gz
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 <thunder.leizhen@huawei.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'kernel/power/Kconfig')
-rw-r--r--kernel/power/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index 6bfe3ead10ad34..a12779650f1529 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -98,20 +98,20 @@ config PM_STD_PARTITION
default ""
help
The default resume partition is the partition that the suspend-
- to-disk implementation will look for a suspended disk image.
+ to-disk implementation will look for a suspended disk image.
- The partition specified here will be different for almost every user.
+ The partition specified here will be different for almost every user.
It should be a valid swap partition (at least for now) that is turned
- on before suspending.
+ on before suspending.
The partition specified can be overridden by specifying:
- resume=/dev/<other device>
+ resume=/dev/<other device>
- which will set the resume partition to the device specified.
+ which will set the resume partition to the device specified.
Note there is currently not a way to specify which device to save the
- suspended image to. It will simply pick the first available swap
+ suspended image to. It will simply pick the first available swap
device.
config PM_SLEEP