PM: sleep: remove trailing spaces and tabs
authorZhen Lei <thunder.leizhen@huawei.com>
Tue, 8 Jun 2021 07:44:37 +0000 (15:44 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 11 Jun 2021 16:49:09 +0000 (18:49 +0200)
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>
kernel/power/Kconfig
kernel/power/process.c

index 6bfe3ead10ad347e512721022fa496fe0db311fc..a12779650f152962e94dedf4af6df7ccba0b4d4f 100644 (file)
@@ -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
index 50cc63534486661dc633a0840f03baef9801ee32..37401c99b7d7de338fcca8d08f78a984454465b0 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * drivers/power/process.c - Functions for starting/stopping processes on 
+ * drivers/power/process.c - Functions for starting/stopping processes on
  *                           suspend transitions.
  *
  * Originally from swsusp.