From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: dma-fence: correct kernel-doc function parameter @flags Date: Sun, 12 Apr 2026 14:05:33 +1000 Message-ID: In-Reply-To: <20260407043649.2015894-1-rdunlap@infradead.org> References: <20260407043649.2015894-1-rdunlap@infradead.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: dma-fence: correct kernel-doc function parameter @flags Author: Randy Dunlap Patches: 2 Reviewed: 2026-04-12T14:05:33.306870 --- This is a single-patch series from Randy Dunlap fixing a kernel-doc warning= and a minor grammar issue in the `dma_fence_unlock_irqrestore` documentati= on comment in `include/linux/dma-fence.h`. The patch is trivially correct a= nd addresses a real `make htmldocs` warning. Notably, this fix has **already been applied** in the drm-next tree =E2=80= =94 the current source at line 411 already reads `@flags:` (with colon) and= line 413 already reads `its` (without the errant apostrophe). This means t= he patch (or an equivalent fix) was already merged via commit 3e5067931b5d'= s fixup or a similar submission. --- Generated by Claude Code Patch Reviewer