From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Re: [PATCH] rust: drm: fix incorrect type name in `Device` doc comment Date: Tue, 05 May 2026 11:51:05 +1000 Message-ID: In-Reply-To: References: 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: Re: [PATCH] rust: drm: fix incorrect type name in `Device` doc com= ment Author: Alice Ryhl Patches: 2 Reviewed: 2026-05-05T11:51:05.636703 --- This is a single-patch documentation fix that corrects three instances wher= e `struct device` was incorrectly written in doc comments instead of `struc= t drm_device` in `rust/kernel/drm/device.rs`. The fix is trivially correct = and clearly beneficial. **Verdict: Looks good.** The patch is minimal, accurate, and well-targeted.= The `Fixes:` tag and `Cc: stable` are appropriate since these are doc comm= ents that describe safety invariants =E2=80=94 incorrect safety documentati= on in Rust `unsafe` code could mislead a developer into providing the wrong= pointer type. --- Generated by Claude Code Patch Reviewer