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/amd/display: fix kernel-doc warnings Date: Mon, 25 May 2026 21:16:18 +1000 Message-ID: In-Reply-To: <20260520183721.279669-1-rdunlap@infradead.org> References: <20260520183721.279669-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/amd/display: fix kernel-doc warnings Author: Randy Dunlap Patches: 1 Reviewed: 2026-05-25T21:16:18.456880 --- This is a single, straightforward kernel-doc fix patch from Randy Dunlap. I= t addresses two kernel-doc warnings in the `amdgpu_display_manager` struct = documentation in `amdgpu_dm.h`: 1. **Missing doc for `power_module`** =E2=80=94 adds a new `@power_module` = entry to the struct's kernel-doc comment block. 2. **Wrong name for `boot_time_crc_info`** =E2=80=94 the kernel-doc tag sai= d `@dm_boot_time_crc_info` but the actual struct member is `boot_time_crc_i= nfo`. The patch corrects the tag. The patch is correct, minimal, and well-formed. The `Fixes:` tags reference= the commits that introduced the undocumented/misdocumented members. No fun= ctional code is changed =E2=80=94 only comments. **Verdict: Looks good. No issues found.** --- --- Generated by Claude Code Patch Reviewer