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: dp: fix kernel-doc warnings in dp.h Date: Mon, 23 Feb 2026 06:19:10 +1000 Message-ID: In-Reply-To: <20260219215535.469520-1-rdunlap@infradead.org> References: <20260219215535.469520-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: dp: fix kernel-doc warnings in dp.h Author: Randy Dunlap Patches: 1 Reviewed: 2026-02-23T06:19:10.410561 --- This is a single-patch series that fixes kernel-doc warnings in `drivers/gpu/drm/tegra/dp.h`. The changes are purely documentation formatting fixes with no functional impact. The patch addresses four distinct kernel-doc issues: a missing `@` prefix, two missing short descriptions, and incorrectly placed nested struct member documentation. All four fixes are correct and follow standard kernel-doc conventions. No correctness, locking, resource management, or UAPI concerns apply since the patch modifies only comments. --- Generated by Claude Code Patch Reviewer