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: buddy: remove stale @p parameter from gpu_buddy_print kernel-doc Date: Thu, 04 Jun 2026 15:10:53 +1000 Message-ID: In-Reply-To: <20260530195736.5321-1-rosenp@gmail.com> References: <20260530195736.5321-1-rosenp@gmail.com> <20260530195736.5321-1-rosenp@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review **Status: Looks good** The change removes one line from the kernel-doc comment: ```c /** * gpu_buddy_print - print allocator state * * @mm: GPU buddy manager - * @p: GPU printer to use */ void gpu_buddy_print(struct gpu_buddy *mm) ``` The function `gpu_buddy_print()` at line 1483 takes a single `struct gpu_bu= ddy *mm` parameter. The `@p` documentation was stale =E2=80=94 there is no = second parameter. This would cause a kernel-doc warning (`Excess function p= arameter 'p' description`). No concerns with this patch. --- Generated by Claude Code Patch Reviewer