[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJZ5v0gZ0Jt_x7WGdRLdckORzRFs+ELzaDz9xaGKEtt51Nj65w@mail.gmail.com>
Date: Fri, 11 Jun 2021 18:53:11 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Zhen Lei <thunder.leizhen@...wei.com>
Cc: "Rafael J . Wysocki" <rjw@...ysocki.net>,
Len Brown <len.brown@...el.com>, Pavel Machek <pavel@....cz>,
linux-pm <linux-pm@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/1] PM: hibernate: remove leading spaces before tabs
On Tue, Jun 8, 2021 at 10:13 AM Zhen Lei <thunder.leizhen@...wei.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@...wei.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!
Powered by blists - more mailing lists