Re: [PATCH v2] staging: rtl8723bs: constify _action_public_str in rtw_ieee80211.c

From: Ethan Tidmore

Date: Thu Feb 05 2026 - 10:57:30 EST


On Thu Feb 5, 2026 at 6:09 AM CST, Haroen Tmimi wrote:
> Make the _action_public_str array "static const char * const".
>
> This ensures the array entries are read-only, preventing accidental
> modification of the pointers.
>
> Signed-off-by: Haroen Tmimi <tmimiharoen@xxxxxxxxx>

Looks good to me.

Reviewed-by: Ethan Tidmore <ethantidmore06@xxxxxxxxx>

ET