From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: gpu: ipu-v3: clean up kernel-doc warnings Date: Mon, 23 Feb 2026 06:22:16 +1000 Message-ID: In-Reply-To: <20260219215211.459108-1-rdunlap@infradead.org> References: <20260219215211.459108-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: gpu: ipu-v3: clean up kernel-doc warnings Author: Randy Dunlap Patches: 1 Reviewed: 2026-02-23T06:22:16.059906 --- This is a single patch (not a series) that cleans up kernel-doc warnings in `include/video/imx-ipu-image-convert.h`. The changes are purely documentation fixes: 1. Marking the `list` member as `/* private: */` to suppress the "not described" warning. 2. Fixing the typedef kernel-doc comment from `ipu_image_convert_cb_t` to `typedef ipu_image_convert_cb_t`. 3. Converting bare `Returns` to `Returns:` (with colon) to follow proper kernel-doc syntax for return value documentation. 4. Adding missing `Returns:` sections to `ipu_image_convert_queue()` and `ipu_image_convert()`. The patch is straightforward and low-risk. It already carries a Reviewed-by from the subsystem maintainer (Philipp Zabel). No correctness, locking, or resource management concerns apply since only documentation comments are modified. --- Generated by Claude Code Patch Reviewer