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: Thu, 05 Mar 2026 13:56:54 +1000 Message-ID: In-Reply-To: <20260304014152.482104-1-rdunlap@infradead.org> References: <20260304014152.482104-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/tegra: tegra_drm.h: fix all uapi kernel-doc warnings Author: Randy Dunlap Patches: 2 Reviewed: 2026-03-05T13:56:54.726421 --- This is a single-patch series that fixes kernel-doc warnings in `include/uapi/drm/tegra_drm.h`. The patch addresses two categories of issues: (1) missing `@cmdbuf` and `@target` member descriptions in `struct drm_tegra_reloc`, and (2) `/**` comments on `#define` macros that aren't proper kernel-doc format. The fixes for the struct members look correct; however, the kernel-doc syntax used for the `#define` macros is wrong and will not resolve the warnings. --- Generated by Claude Code Patch Reviewer