From: Christian Schrefl Date: Sat, 17 May 2025 11:06:15 +0000 (+0200) Subject: rust: miscdevice: fix typo in MiscDevice::ioctl documentation X-Git-Tag: v6.16-rc1~30^2~43 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=81e9edc1a8d657291409d70d93361d8277d226d8;p=linux-block.git rust: miscdevice: fix typo in MiscDevice::ioctl documentation 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 Reviewed-by: Benno Lossin Reviewed-by: Alice Ryhl Link: https://lore.kernel.org/r/20250517-rust_miscdevice_fix_typo-v1-1-8c30a6237ba9@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/rust/kernel/miscdevice.rs b/rust/kernel/miscdevice.rs index fa9ecc42602a..15d10e5c1db7 100644 --- a/rust/kernel/miscdevice.rs +++ b/rust/kernel/miscdevice.rs @@ -121,7 +121,7 @@ pub trait MiscDevice: Sized { /// Handler for ioctls. /// - /// The `cmd` argument is usually manipulated using the utilties in [`kernel::ioctl`]. + /// The `cmd` argument is usually manipulated using the utilities in [`kernel::ioctl`]. /// /// [`kernel::ioctl`]: mod@crate::ioctl fn ioctl(