From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/colorop: Remove read-only comments from interpolation fields Date: Thu, 07 May 2026 13:05:38 +1000 Message-ID: In-Reply-To: <20260506192633.16066-4-mwen@igalia.com> References: <20260506192633.16066-1-mwen@igalia.com> <20260506192633.16066-4-mwen@igalia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Assessment: Straightforward documentation fix, looks good** This is a simple kernel-doc cleanup by Alex Hung that removes stale "Read-only" comments from `lut1d_interpolation`, `lut3d_interpolation`, and their associated property fields. The comments were inaccurate since userspace can already set these via `drm_atomic_colorop_set_property()`. This correctly prepares for patch 4 which makes them truly mutable. No concerns. --- Generated by Claude Code Patch Reviewer