On Thu, 2026-02-26 at 21:43 +0100, Christophe JAILLET wrote: > 'struct codec_connection' are not modified in this driver. > > Constifying these structures moves some data to a read-only section, so > increases overall security. >
The security claim seems like a stretch for this data, but I guess since it's never modified making it const makes some sense. johannes
