Skip to content

Commit 33001ee

Browse files
adamrkojeda
andauthored
update doc
Co-authored-by: Miguel Ojeda <[email protected]>
1 parent eef24ea commit 33001ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/module_param.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use core::fmt::Write;
22

33
/// Types that can be used for module parameters.
44
/// Note that displaying the type in `sysfs` will fail if `to_string` returns
5-
/// more than 4K bytes (including an additional null terminator).
5+
/// more than 4 KiB (including an additional null terminator).
66
pub trait ModuleParam : core::fmt::Display + core::marker::Sized {
77
fn try_from_param_arg(arg: &[u8]) -> Option<Self>;
88

0 commit comments

Comments
 (0)