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/panthor: Fix kernel-doc in panthor_sched.c so it's visible Date: Sun, 12 Apr 2026 12:47:45 +1000 Message-ID: In-Reply-To: <20260408091242.799074-1-steven.price@arm.com> References: <20260408091242.799074-1-steven.price@arm.com> 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/panthor: Fix kernel-doc in panthor_sched.c so it's visible Author: Steven Price Patches: 4 Reviewed: 2026-04-12T12:47:45.142209 --- This is a single patch that fixes kernel-doc comments for nested anonymous struct members in `panthor_sched.c`. The kernel-doc convention requires that members of anonymous sub-structs use the `@parent.member` format to be properly visible in generated documentation. The patch systematically goes through `panthor_scheduler`, `panthor_queue`, `panthor_group`, and `panthor_job` structs to add the parent name prefix. The intent is correct and the approach is sound, but there is a typo that introduces a new bug. --- Generated by Claude Code Patch Reviewer