Re: [PATCH] staging: fbtft: fix checkpatch.pl struct should normally be const
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2022-05-20 06:03:56
Also in:
dri-devel, linux-staging, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2022-05-20 06:03:56
Also in:
dri-devel, linux-staging, lkml
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 <redacted> --- drivers/staging/fbtft/fbtft-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Always test-build your patches before submitting them :(