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{_reset}.h: fix all kernel-doc warnings Date: Thu, 05 Mar 2026 13:13:38 +1000 Message-ID: In-Reply-To: <20260305005556.1222863-1-rdunlap@infradead.org> References: <20260305005556.1222863-1-rdunlap@infradead.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/amdgpu: amdgpu{_reset}.h: fix all kernel-doc warnings Author: Randy Dunlap Patches: 1 Reviewed: 2026-03-05T13:13:38.346272 --- This is a single patch (v2) that fixes kernel-doc warnings in `amdgpu.h` and `amdgpu_reset.h`. It addresses three things: (1) adding the missing `struct` keyword to the `amdgpu_wb` doc comment, (2) updating enum member names in the `amd_reset_method` doc to match the actual code (`AMD_RESET_METHOD_*` instead of `AMD_RESET_*`), and (3) moving the `enum amd_reset_method` definition from `amdgpu.h` to `amdgpu_reset.h` per reviewer feedback. The doc fixes are correct, but the include placement creates a problematic ordering issue, and there's an unexplained struct reorder. --- Generated by Claude Code Patch Reviewer