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/tegra: tegra_drm.h: fix all uapi kernel-doc warnings Date: Fri, 27 Feb 2026 11:38:40 +1000 Message-ID: In-Reply-To: <20260226215833.989397-1-rdunlap@infradead.org> References: <20260226215833.989397-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: drm/tegra: tegra_drm.h: fix all uapi kernel-doc warnings Author: Randy Dunlap Patches: 1 Reviewed: 2026-02-27T11:38:40.851349 --- This is a single-patch series from Randy Dunlap that fixes kernel-doc warni= ngs in the Tegra DRM UAPI header. The patch is straightforward and correct = =E2=80=94 it addresses two categories of warnings: 1. Missing `@cmdbuf` and `@target` member descriptions in `struct drm_tegra= _reloc`. 2. Comments on `#define` macros incorrectly using `/**` (kernel-doc) style = instead of plain `/*` comments. The patch is clean, minimal, and does exactly what the commit message descr= ibes. No functional changes, no UAPI ABI changes, no risk of breakage. **Recommendation: Accept.** This is a routine documentation cleanup patch. --- Generated by Claude Code Patch Reviewer