Re: [PATCH] staging: sm750fb: make g_fbmode a fixed-size mutable array
From: Greg KH
Date: Sun Jan 11 2026 - 07:59:47 EST
On Fri, Jan 09, 2026 at 04:41:40PM +0000, Ahmet Sezgin Duran wrote:
> g_fbmode is modified at runtime. Use an explicit fixed-size array to
> avoid a misleading checkpatch warning.
Nah, checkpatch is wrong here. And it is a great test to see if people
actually build the changes they want us to accept, so I'll leave the
code as-is for now, thanks.
greg k-h