]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: use consistent backtick formatting for NULL in docs
authorPeter Novak <seimun018r@gmail.com>
Sun, 30 Nov 2025 21:12:33 +0000 (22:12 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 26 Jan 2026 02:13:27 +0000 (03:13 +0100)
commit7f87c7a003125d5af5ec7abbbc0ac21b4a4661ae
treec4be56cd40981e13e12ef73d77cc8e2c0cb7c89c
parent4b2dbf44320fc2e4bfd6a2261f16f8fdbfcfbf36
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>
rust/kernel/clk.rs
rust/kernel/debugfs/entry.rs
rust/kernel/kunit.rs
rust/macros/lib.rs