Re: [PATCH] Delete unneeded word in comment

From: Steven Rostedt
Date: Tue Jun 20 2023 - 10:36:00 EST


On Sun, 18 Jun 2023 22:47:48 +0800
zhumao001@xxxxxxxxxx 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@xxxxxxxxxx>
> ---
> 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.
> */