Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <chrisi.schrefl@gmail.com>
Reviewed-by: Benno Lossin <lossin@kernel.org>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/r/20250517-rust_miscdevice_fix_typo-v1-1-8c30a6237ba9@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Christian Schrefl and committed by
Greg Kroah-Hartman
81e9edc1 991919e9

+1 -1
+1 -1
rust/kernel/miscdevice.rs
··· 121 121 122 122 /// Handler for ioctls. 123 123 /// 124 - /// The `cmd` argument is usually manipulated using the utilties in [`kernel::ioctl`]. 124 + /// The `cmd` argument is usually manipulated using the utilities in [`kernel::ioctl`]. 125 125 /// 126 126 /// [`kernel::ioctl`]: mod@crate::ioctl 127 127 fn ioctl(