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, 04 Jun 2026 12:16:44 +1000 Message-ID: In-Reply-To: <20260602215743.914265-2-mwen@igalia.com> References: <20260602215743.914265-1-mwen@igalia.com> <20260602215743.914265-2-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 **Author:** Alex Hung Trivial documentation fix. Removes "Read-only" from kernel-doc comments on `lut1d_interpolation`, `lut3d_interpolation`, `lut1d_interpolation_property`, and `lut3d_interpolation_property` fields in `struct drm_colorop`. The comments were wrong because `drm_atomic_colorop_set_property()` already allowed userspace to write these values. **Verdict:** Correct and straightforward. No issues. --- --- Generated by Claude Code Patch Reviewer