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/sun4i: fix kernel-doc warnings in sunxi_engine.h Date: Mon, 23 Feb 2026 06:20:10 +1000 Message-ID: In-Reply-To: <20260219215524.468142-1-rdunlap@infradead.org> References: <20260219215524.468142-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/sun4i: fix kernel-doc warnings in sunxi_engine.h Author: Randy Dunlap Patches: 1 Reviewed: 2026-02-23T06:20:10.068776 --- This is a single-patch series that fixes four kernel-doc warnings in `drivers/gpu/drm/sun4i/sunxi_engine.h`. The changes are purely documentation: adding a missing colon to a struct member doc tag, converting an inline comment to a proper kernel-doc `@list` member description, and adding a missing `Returns:` section to `sunxi_engine_layers_init()`. The patch is minimal, correct, and already carries a Reviewed-by from Chen-Yu Tsai (the sun4i maintainer). There are no functional code changes and no concerns. --- Generated by Claude Code Patch Reviewer