Re: [PATCH] rust: miscdevice: fix typo in MiscDevice::ioctl documentation
From: Benno Lossin
Date: Sat May 17 2025 - 15:10:17 EST
On Sat May 17, 2025 at 1:06 PM CEST, Christian Schrefl wrote:
> Fixes one small typo (`utilties` to `utilities`) in the documentation of
> `MiscDevice::ioctl`.
>
> Fixes: f893691e7426 ("rust: miscdevice: add base miscdevice abstraction")
> Signed-off-by: Christian Schrefl <chrisi.schrefl@xxxxxxxxx>
> ---
> I've found this small typo while working on my `miscdevice` changes.
> ---
> rust/kernel/miscdevice.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Benno Lossin <lossin@xxxxxxxxxx>
---
Cheers,
Benno