On Fri, 2026-02-27 at 14:23 +0800, Chi Wang wrote: > From: Chi Wang <[email protected]> > > 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 <[email protected]>
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

