linux/rust/macros
Peter Novak 7f87c7a003 rust: use consistent backtick formatting for NULL in docs
Some doc comments use `NULL` while others use plain NULL.  Make it
consistent by adding backticks everywhere, matching the majority of
existing usage.

Signed-off-by: Peter Novak <seimun018r@gmail.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Acked-by: David Gow <davidgow@google.com>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patch.msgid.link/20251130211233.367946-1-seimun018r@gmail.com
[ Reworded slightly. - Miguel ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2026-01-26 03:13:27 +01:00
..
concat_idents.rs rust: macros: add concat_idents! proc macro 2022-12-04 01:59:04 +01:00
export.rs rust: add #[export] macro 2025-03-09 20:52:46 +01:00
fmt.rs rust: support formatting of foreign types 2025-10-22 07:15:31 +02:00
helpers.rs rust: module: update the module macro with module parameter support 2025-11-03 14:42:29 +01:00
kunit.rs rust: kunit: replace kernel::c_str! with C-Strings 2026-01-19 01:13:23 +01:00
lib.rs rust: use consistent backtick formatting for NULL in docs 2026-01-26 03:13:27 +01:00
module.rs Modules changes for v6.19-rc1 2025-12-06 08:27:07 -08:00
paste.rs rust: clean Rust 1.88.0's clippy::uninlined_format_args lint 2025-05-07 00:11:47 +02:00
quote.rs rust: support formatting of foreign types 2025-10-22 07:15:31 +02:00
vtable.rs rust: macros: vtable: fix HAS_* redefinition (gen_const_name) 2023-08-09 21:15:07 +02:00