Re: [PATCH 1/3] staging: sm750fb: Fix const declaration for g_fbmode array

From: Dan Carpenter
Date: Wed Jul 16 2025 - 00:18:37 EST


On Tue, Jul 15, 2025 at 08:55:51PM -0400, Ignacio Peña wrote:
> The g_fbmode array should be declared as const pointer to const
> string as its contents never change.

Try compiling this code. The contents do change.

There are a few other issues as well. Try running checkpatch on your
patch. Also there is a specific format for v2 patches
https://staticthinking.wordpress.com/2022/07/27/how-to-send-a-v2-patch/

regards,
dan carpenter