Skip to content

Commit 81e9edc

Browse files
onestackedgregkh
authored andcommitted
rust: miscdevice: fix typo in MiscDevice::ioctl documentation
Fixes one small typo (`utilties` to `utilities`) in the documentation of `MiscDevice::ioctl`. Fixes: f893691 ("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>
1 parent 991919e commit 81e9edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/miscdevice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pub trait MiscDevice: Sized {
121121

122122
/// Handler for ioctls.
123123
///
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`].
125125
///
126126
/// [`kernel::ioctl`]: mod@crate::ioctl
127127
fn ioctl(

0 commit comments

Comments
 (0)