Re: [PATCH] pcmcia: rsrc_nonstatic: make static read-only array order const

From: Dominik Brodowski
Date: Sat Feb 05 2022 - 05:15:55 EST


Am Sun, Jan 23, 2022 at 11:34:03PM +0000 schrieb Colin Ian King:
> The static array is order read-only so it make sense to make
> it const.
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>

If it's read-only, it doesn't need to be static, right? Could you
update the patch and replace the static with const, please?

Thanks,
Dominik