rust: init: make doctests compilable/testable
authorMiguel Ojeda <ojeda@kernel.org>
Tue, 18 Jul 2023 05:27:47 +0000 (07:27 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 18 Jul 2023 21:38:20 +0000 (15:38 -0600)
commita30e94c2967308d45dcecfd1eede50fc3f6495eb
tree1c6e022b1c747e9eb6c9576f3460b4c443eff464
parentdf3cb7ac0edcc9c850799ae1c7a9cb33e95f834d
rust: init: make doctests compilable/testable

Rust documentation tests are going to be build/run-tested
with the KUnit integration added in a future patch, thus
update them to make them compilable/testable so that we
may start enforcing it.

Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@gmail.com>
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Björn Roy Baron <bjorn3_gh@protonmail.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
rust/kernel/init.rs