Re: [PATCH v2] staging: sm750fb: add missing const to g_fbmode array
From: Dan Carpenter
Date: Thu Feb 19 2026 - 01:55:56 EST
On Mon, Feb 16, 2026 at 03:39:39AM +0300, Eyüp Kerem Baş wrote:
> Checkpatch reported a warning that the static const char * array should
> probably be static const char * const. This patch adds the missing const
> keyword to g_fbmode array, moving it to read-only memory.
>
> Signed-off-by: Eyüp Kerem Baş <baseyupkerem@xxxxxxxxx>
> ---
This beaks the build.
regards,
dan carpenter