diff options
author | 2024-12-13 13:47:09 +0000 | |
---|---|---|
committer | 2024-12-16 16:12:55 +0100 | |
commit | ff9feb05672e165bcdc3dcca5be630071d9e25b4 (patch) | |
tree | 5f9553b3419e4fdc27177db39ff1a4be5833f4ef | |
parent | samples: rust_misc_device: Demonstrate additional get/set value functionality (diff) | |
download | wireguard-linux-ff9feb05672e165bcdc3dcca5be630071d9e25b4.tar.xz wireguard-linux-ff9feb05672e165bcdc3dcca5be630071d9e25b4.zip |
MAINTAINERS: Add Rust Misc Sample to MISC entry
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20241213134715.601415-5-lee@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index baf0eeb9a355..78fcc7e8219c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5321,6 +5321,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git F: drivers/char/ F: drivers/misc/ F: include/linux/miscdevice.h +F: samples/rust/rust_misc_device.rs X: drivers/char/agp/ X: drivers/char/hw_random/ X: drivers/char/ipmi/ |