lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7jxb3woolmg7jwr3jkf5t7k22zpokj4zmvsf5d4fknrsp56jaj@sekgsbx4ludi>
Date: Wed, 30 Apr 2025 01:54:46 +0200
From: Sebastian Reichel <sebastian.reichel@...labora.com>
To: Snorre Trehjørningen Svedman <snorre@...dman.no>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers/power/reset: add missing space before '*' in a
 comment in syscon-reboot.c

Hi,

On Sun, Apr 27, 2025 at 08:39:10PM +0200, Snorre Trehjørningen Svedman wrote:
> Signed-off-by: Snorre Trehjørningen Svedman <snorre@...dman.no>
> ---

This does not follow the kernel submission process:
 * prefix in patch subject does not follow existing style
 * missing commit message (run ./scripts/checkpatch.pl)
 * sent to wrong recipients (run ./scripts/get_maintainer.pl)

Greetings,

-- Sebastian

>  drivers/power/reset/syscon-reboot.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/reset/syscon-reboot.c b/drivers/power/reset/syscon-reboot.c
> index d623d77e657e..89a9916ee0f7 100644
> --- a/drivers/power/reset/syscon-reboot.c
> +++ b/drivers/power/reset/syscon-reboot.c
> @@ -76,7 +76,7 @@ static int syscon_reboot_probe(struct platform_device *pdev)
>  		ctx->value = ctx->mask;
>  		ctx->mask = 0xFFFFFFFF;
>  	} else if (mask_err) {
> -		/* support value without mask*/
> +		/* support value without mask */
>  		ctx->mask = 0xFFFFFFFF;
>  	}
>  
> -- 
> 2.49.0
> 
> 

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ