diff options
Diffstat (limited to 'drivers/block/rnull.rs')
-rw-r--r-- | drivers/block/rnull.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/rnull.rs b/drivers/block/rnull.rs index 5de7223beb4d..9cca05dcf772 100644 --- a/drivers/block/rnull.rs +++ b/drivers/block/rnull.rs @@ -28,6 +28,7 @@ module! { type: NullBlkModule, name: "rnull_mod", author: "Andreas Hindborg", + description: "Rust implementation of the C null block driver", license: "GPL v2", } |