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/connector: Make drm_connector_attach_hdr_output_metadata_property() return void Date: Tue, 31 Mar 2026 17:13:27 +1000 Message-ID: In-Reply-To: <20260330133446.3265938-2-mcanal@igalia.com> References: <20260330133446.3265938-2-mcanal@igalia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/connector: Make drm_connector_attach_hdr_output_metadata_property() return void Author: =?UTF-8?q?Ma=C3=ADra=20Canal?= Patches: 2 Reviewed: 2026-03-31T17:13:27.849737 --- This is a single, straightforward cleanup patch. The change is correct: `drm_connector_attach_hdr_output_metadata_property()` always returns 0 since the underlying `drm_object_attach_property()` returns void. All 6 callers in the tree already ignore the return value. The typo fix in the kerneldoc is a nice bonus. No issues found. **Verdict: Patch looks good.** --- Generated by Claude Code Patch Reviewer