Re: [PATCH 3/3] iio: chemical: scd30: make command lookup table const
From: Stepan Ionichev
Date: Sun May 10 2026 - 04:00:01 EST
On Sun, 10 May 2026, Maxwell Doose wrote:
> I'm curious, are you having AI do your reviews?
English is not my native language, so I use AI to help with phrasing
and to learn kernel review style. The technical analysis I do myself
-- for this patch I checked via grep that scd30_i2c_cmd_lookup_tbl[]
is only read (one read site in scd30_i2c_command() via
put_unaligned_be16, no writes), which is what supports the const
change being correct.
Happy to follow whatever disclosure norm the iio community prefers.
Stepan