[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20230620103535.57f18960@gandalf.local.home>
Date: Tue, 20 Jun 2023 10:35:35 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: zhumao001@...suo.com
Cc: peterz@...radead.org, jpoimboe@...nel.org, jbaron@...mai.com,
ardb@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Delete unneeded word in comment
On Sun, 18 Jun 2023 22:47:48 +0800
zhumao001@...suo.com wrote:
Subject needs a topic. Please read:
https://docs.kernel.org/process/submitting-patches.html
> Delete the unneeded word 'with' in comment.
>
> Signed-off-by: Zhu Mao <zhumao001@...suo.com>
> ---
> kernel/jump_label.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/jump_label.c b/kernel/jump_label.c
> index d9c822bbffb8..08c42ae723ef 100644
> --- a/kernel/jump_label.c
> +++ b/kernel/jump_label.c
> @@ -493,7 +493,7 @@ void __init jump_label_init(void)
>
> /*
> * Since we are initializing the static_key.enabled field with
> - * with the 'raw' int values (to avoid pulling in atomic.h) in
> + * the 'raw' int values (to avoid pulling in atomic.h) in
Broken whitespace.
-- Steve
> * jump_label.h, let's make sure that is safe. There are only two
> * cases to check since we initialize to 0 or 1.
> */
Powered by blists - more mailing lists