From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: rust: drm: gem: s/device::Device/Device/ for shmem.rs Date: Thu, 23 Apr 2026 08:09:05 +1000 Message-ID: In-Reply-To: <20260421234234.638503-2-lyude@redhat.com> References: <20260421234234.638503-1-lyude@redhat.com> <20260421234234.638503-2-lyude@redhat.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review **Verdict: Looks good.** Straightforward renaming from `device::Device` to `Device` (the re-exported= `drm::Device`), and fixing a stray `//` comment artifact in the import blo= ck. This is pure cosmetic preparation for patch 4 which needs to import `de= vice` as `kernel::device`. ```rust - device, driver, gem, - private::Sealed, // + private::Sealed, + Device, // ``` The `//` after `Device` is a `rustfmt`-off marker to prevent reformatting = =E2=80=94 consistent with the project style. No issues. --- --- Generated by Claude Code Patch Reviewer