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/edid: Convert to drm_output_color_format enum Date: Fri, 27 Feb 2026 15:17:08 +1000 Message-ID: In-Reply-To: <20260224-drm-rework-color-formats-v1-2-bebc76604ada@kernel.org> References: <20260224-drm-rework-color-formats-v1-0-bebc76604ada@kernel.org> <20260224-drm-rework-color-formats-v1-2-bebc76604ada@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Straightforward conversion. All uses are in bitmask contexts (ORing into `info->color_formats`), so `BIT(DRM_OUTPUT_COLOR_FORMAT_*)` is correct. **Commit message**: Three typos as noted: "different" -> "difference", "done is such a way than" -> "done in such a way that", "transitition" -> "transition". --- Generated by Claude Code Patch Reviewer