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: Tue, 28 Apr 2026 14:08:20 +1000 Message-ID: In-Reply-To: <20260427183236.656902-1-rdunlap@infradead.org> References: <20260427183236.656902-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-04-28T14:08:20.040858 --- This is a single-patch series (v3) from Randy Dunlap that fixes kernel-doc warnings in `include/video/imx-ipu-image-convert.h`. It addresses seven specific kernel-doc warnings by: 1. Adding `/* private: */` to hide an internal `list_head` member from doc generation 2. Fixing a typedef kernel-doc comment prefix (`ipu_image_convert_cb_t` -> `typedef ipu_image_convert_cb_t`) 3. Converting bare `Returns` to `Returns:` format in four function doc blocks 4. Adding missing `Returns:` documentation for two functions that lacked it The patch is straightforward documentation cleanup. It already carries a `Reviewed-by` from the subsystem maintainer (Philipp Zabel). All changes are correct and the resulting file reads cleanly. **Recommendation: Apply.** This is a clean doc-fix patch with no functional changes. --- Generated by Claude Code Patch Reviewer