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/amdgpu: amdgpu.h: fix all kernel-doc warnings Date: Tue, 03 Mar 2026 14:34:13 +1000 Message-ID: In-Reply-To: <20260228071856.2664080-1-rdunlap@infradead.org> References: <20260228071856.2664080-1-rdunlap@infradead.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: drm/amdgpu: amdgpu.h: fix all kernel-doc warnings Author: Randy Dunlap Patches: 2 Reviewed: 2026-03-03T14:34:13.510119 --- This is a single-patch series from Randy Dunlap fixing kernel-doc warnings = in `drivers/gpu/drm/amd/amdgpu/amdgpu.h`. The patch addresses two issues: 1. A missing `struct` keyword in the kernel-doc comment for `amdgpu_wb`. 2. Mismatched enum value names in the kernel-doc for `enum amd_reset_method= ` =E2=80=94 the doc used the old short names (e.g., `AMD_RESET_LEGACY`) whi= le the actual enum values use the `AMD_RESET_METHOD_` prefix (e.g., `AMD_RE= SET_METHOD_LEGACY`). The patch also adds a missing doc entry for `AMD_RESET= _METHOD_ON_INIT`. The patch is straightforward and correct. It is a documentation-only fix wi= th no functional change. **Recommendation: Accept / Reviewed-by worthy.** --- Generated by Claude Code Patch Reviewer