Re: [PATCH] integrity: digsig: Add blank line after declarations
From: Mimi Zohar
Date: Fri Feb 27 2026 - 13:38:52 EST
On Fri, 2026-02-27 at 14:23 +0800, Chi Wang wrote:
> From: Chi Wang <wangchi@xxxxxxxxxx>
>
> Fixes checkpatch warning:
> WARNING: Missing a blank line after declarations
> + int err = PTR_ERR(keyring[id]);
> + pr_err("no %s keyring: %d\n", keyring_name[id], err);
>
> Add a blank line after the variable declaration to comply with
> the kernel coding style.
>
> Signed-off-by: Chi Wang <wangchi@xxxxxxxxxx>
Agreed checkpatch complains today, but probably not back in 2011 when the patch
was upstreamed. Cosmetic changes are normally upstreamed only with other
changes.
thanks,
Mimi