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: Tue, 28 Apr 2026 14:07:09 +1000 Message-ID: In-Reply-To: <20260427183854.672967-1-rdunlap@infradead.org> References: <20260427183854.672967-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: 2 Reviewed: 2026-04-28T14:07:09.903313 --- This is a single-patch series by Randy Dunlap (v3) that fixes kernel-doc warnings in `amdgpu.h` and `amdgpu_reset.h`. The patch makes three changes: (1) adds the missing `struct` keyword to the `amdgpu_wb` kernel-doc comment, (2) moves the `enum amd_reset_method` from `amdgpu.h` to `amdgpu_reset.h` and fixes the doc tag names to match the actual enum values, and (3) reorders `struct amdgpu_reset_control` relative to `struct amdgpu_reset_handler` in `amdgpu_reset.h`. The kernel-doc fixes themselves are correct. However, the patch has a likely **build breakage** in the drm-next tree and an unexplained structural change. --- --- Generated by Claude Code Patch Reviewer