Re: [PATCH] staging: fbtft: fix checkpatch.pl struct should normally be const

From: Greg Kroah-Hartman
Date: Fri May 20 2022 - 02:03:56 EST


On Thu, May 19, 2022 at 08:25:01PM +0300, Uri Arev wrote:
> This simple patch fixes a checkpatch.pl warning in `fbtft/fbtft-core.c`.
>
> Reported by Checkpatch:
> WARNING: struct fb_ops should normally be const
>
> Signed-off-by: Uri Arev <me@xxxxxxxxxxxxx>
> ---
> drivers/staging/fbtft/fbtft-core.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Always test-build your patches before submitting them :(