lkml.org 
[lkml]   [2021]   [Jun]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH 1/1] PM: hibernate: remove leading spaces before tabs
On Tue, Jun 8, 2021 at 10:13 AM Zhen Lei <thunder.leizhen@huawei.com> wrote:
>
> 1) Run the following command to find and remove the leading spaces before
> tabs:
> find kernel/power/ -type f | xargs sed -r -i 's/^[ ]+\t/\t/'
> 2) Manually check and correct if necessary
>
> Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
> ---
> kernel/power/snapshot.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c
> index af507c8c895b..f7a986078213 100644
> --- a/kernel/power/snapshot.c
> +++ b/kernel/power/snapshot.c
> @@ -1146,7 +1146,7 @@ int create_basic_memory_bitmaps(void)
> Free_second_object:
> kfree(bm2);
> Free_first_bitmap:
> - memory_bm_free(bm1, PG_UNSAFE_CLEAR);
> + memory_bm_free(bm1, PG_UNSAFE_CLEAR);
> Free_first_object:
> kfree(bm1);
> return -ENOMEM;
> --

Applied as 5.14 material, thanks!

\
 
 \ /
  Last update: 2021-06-11 18:55    [W:0.042 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site