]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rust: miscdevice: fix typo in MiscDevice::ioctl documentation
authorChristian Schrefl <chrisi.schrefl@gmail.com>
Sat, 17 May 2025 11:06:15 +0000 (13:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 May 2025 12:03:20 +0000 (14:03 +0200)
commit81e9edc1a8d657291409d70d93361d8277d226d8
tree6fb06c75d387d4bbb9317bde1eeefc8fc5b5495b
parent991919e969043a4422dfebbcadf600a5d28b94e4
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>
rust/kernel/miscdevice.rs