From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: gpu: nova-core: rename 'a lifetime to 'bound Date: Mon, 18 May 2026 16:24:36 +1000 Message-ID: In-Reply-To: <20260517000149.3226762-24-dakr@kernel.org> References: <20260517000149.3226762-1-dakr@kernel.org> <20260517000149.3226762-24-dakr@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Same cleanup pattern =E2=80=94 `HasDeviceReference` is no longer needed now= that I/O types borrow the device directly: ```rust -/// IO types that hold a reference to a device -pub trait HasDeviceReference { - fn device_ref(&self) -> &T; -} ``` --- Generated by Claude Code Patch Reviewer