Re: [PATCH] rust: debugfs: use "kernel vertical" style for imports
From: Alexandre Courbot
Date: Sun Dec 28 2025 - 02:53:18 EST
On Sun Dec 28, 2025 at 4:52 PM JST, Alexandre Courbot wrote:
> On Fri Dec 19, 2025 at 1:56 AM JST, Danilo Krummrich wrote:
>> Convert all imports in the debugfs Rust module to use "kernel vertical"
>> style.
>>
>> With this subsequent patches neither introduce unrelated changes nor
>> leave an inconsistent import pattern.
>>
>> While at it, drop unnecessary imports covered by prelude::*.
>>
>> Link: https://docs.kernel.org/rust/coding-guidelines.html#imports
>> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>
>
> Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
Argh sorry, missed that this has already been applied. Please ignore. ^_^;