Thread (6 messages) 6 messages, 4 authors, 2022-05-20

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

From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2022-05-19 20:09:41
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
...
-	fbops = devm_kzalloc(dev, sizeof(struct fb_ops), GFP_KERNEL);
+	const fbops = devm_kzalloc(dev, sizeof(struct fb_ops), GFP_KERNEL);
Why?

-- 
With Best Regards,
Andy Shevchenko

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help