Re: [PATCH] staging: vme_user: fix check unbalaced braces and misspellings

From: Greg KH
Date: Wed Aug 23 2023 - 02:49:32 EST


On Tue, Aug 22, 2023 at 10:40:12PM -0300, Alexon Oliveira wrote:
> Fixed all CHECK: Unbalanced braces around else statement,
> CHECK: braces {} should be used on all arms of this statement,
> and CHECK: 'specificed' may be misspelled - perhaps 'specified'?
> as reported by checkpatch to adhere to the Linux kernel
> coding-style guidelines.

That's two different things, so that means it should be two different
patches. Please send a patch series for this.

thanks,

greg k-h