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/vmwgfx: fix kernel-doc warnings in vmwgfx_drv.h Date: Mon, 23 Feb 2026 06:18:00 +1000 Message-ID: In-Reply-To: <20260219215548.470810-1-rdunlap@infradead.org> References: <20260219215548.470810-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/vmwgfx: fix kernel-doc warnings in vmwgfx_drv.h Author: Randy Dunlap Patches: 1 Reviewed: 2026-02-23T06:18:00.845881 --- This is a single-patch series from Randy Dunlap that fixes 45+ kernel-doc warnings in `vmwgfx_drv.h`. The changes are purely documentation: fixing struct/member comment formatting, adding missing parameter and return value descriptions, correcting a struct name typo (`vmw-resource` to `vmw_resource`), converting non-kernel-doc section-header comments from `/**` to `/*`, and marking private members/enum values with `private:`. The patch is straightforward documentation cleanup with no functional code changes. It does contain two minor issues worth noting: a duplicate forward declaration that was carried forward, and a pre-existing documentation error in a return value description that the patch perpetuates rather than fixing. --- Generated by Claude Code Patch Reviewer