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/panthor: Move panthor_gems_debugfs_init() to panthor_gem.c Date: Tue, 31 Mar 2026 17:24:45 +1000 Message-ID: In-Reply-To: <20260330094848.2169422-3-boris.brezillon@collabora.com> References: <20260330094848.2169422-1-boris.brezillon@collabora.com> <20260330094848.2169422-3-boris.brezillon@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Straightforward code motion. The debugfs init logic belongs in `panthor_gem.c` rather than `panthor_drv.c`. Clean refactoring with the function made static in its new home. No issues. --- Generated by Claude Code Patch Reviewer