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, 10 Mar 2026 12:15:40 +1000 Message-ID: In-Reply-To: <20260309151119.290217-3-boris.brezillon@collabora.com> References: <20260309151119.290217-1-boris.brezillon@collabora.com> <20260309151119.290217-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 movement. Makes `panthor_gem_debugfs_print_bos()` static and moves the debugfs registration into `panthor_gem.c` where it belongs. The rename from `panthor_gems_debugfs_init` to `panthor_gem_debugfs_init` is clean. No issues. --- Generated by Claude Code Patch Reviewer