Re: [PATCH v4 3/3] rust: miscdevice: adjust the rust_misc_device sample to use RegistrationData.

From: Christian Schrefl
Date: Mon Jun 02 2025 - 17:20:13 EST


On 31.05.25 3:40 PM, Miguel Ojeda wrote:
> On Sat, May 31, 2025 at 2:27 PM Benno Lossin <lossin@xxxxxxxxxx> wrote:
>>
>> Let's keep this newline.
>
> There is also another apparently spurious change:
>
>> - pr_info!("Initialising Rust Misc Device Sample\n");
>> + pr_info!("Initializing Rust Misc Device Sample\n");
>
> In general, please try to avoid unrelated changes in patches.

Sorry, fixed all three for v5.

Cheers
Christian