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/sysfs: update outdated comment for renamed drm_sysfs_connector_status_event() Date: Sun, 22 Mar 2026 03:06:17 +1000 Message-ID: In-Reply-To: <20260321105739.6472-1-kexinsun@smail.nju.edu.cn> References: <20260321105739.6472-1-kexinsun@smail.nju.edu.cn> 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/sysfs: update outdated comment for renamed drm_sysfs_connector_status_event() Author: Kexin Sun Patches: 1 Reviewed: 2026-03-22T03:06:17.316702 --- This is a single-patch series that fixes an outdated comment in `drm_sysfs.c`. The function `drm_sysfs_connector_status_event()` was previously renamed to `drm_sysfs_connector_property_event()` in commit `0cf8d292ba5e`, but the comment in `drm_sysfs_hotplug_event()` was not updated to reflect this rename. The fix is straightforward and correct. **Verdict: Looks good.** Trivial comment-only fix, no functional change. --- Generated by Claude Code Patch Reviewer