From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: MAINTAINERS: add regexes for linux-phy Date: Tue, 10 Mar 2026 11:57:19 +1000 Message-ID: In-Reply-To: <20260309190842.927634-25-vladimir.oltean@nxp.com> References: <20260309190842.927634-1-vladimir.oltean@nxp.com> <20260309190842.927634-25-vladimir.oltean@nxp.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Adds 8 `K:` regex patterns to the Generic PHY MAINTAINERS entry to catch PHY API usage in patches. The patterns are well-crafted with `\b` word boundaries to avoid false positives with network PHY API (`phy_start()`, etc.) and other similarly-named constructs. The author commits to adding CI tests to prevent bit rot. Already reviewed with help from Joe Perches. No issues. --- Generated by Claude Code Patch Reviewer