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: dma: use "kernel vertical" style for imports Date: Sun, 22 Mar 2026 03:23:42 +1000 Message-ID: In-Reply-To: <20260320194626.36263-2-dakr@kernel.org> References: <20260320194626.36263-1-dakr@kernel.org> <20260320194626.36263-2-dakr@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Straightforward style cleanup. Converts grouped imports to one-per-line kernel vertical style per the coding guidelines. Also drops `Result` from `error::` since it's covered by `prelude::*`. The `//` trailing comments (lines like `Core, //` and `FromBytes, //`) are the standard rustfmt-preserving trick for kernel vertical style. No issues. --- Generated by Claude Code Patch Reviewer