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)
commit03466883a0fdb5c38f2907b027565b9f253688a8
tree158d13f6aabf0506893dea06dc4381ac018ac55e
parent6be2408a1ef632a48149044d1757c80ab1096213
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>
kernel/power/Kconfig
kernel/power/process.c