diff options
author | 2025-03-13 08:52:44 +0000 | |
---|---|---|
committer | 2025-03-17 08:06:07 +0100 | |
commit | a24b18aa4fd619cc7961dae3395473c355bb5b6a (patch) | |
tree | bd921a27a3fbfb6112d1c9d7e4fdf56e0e57e9a4 /net/lapb/lapb_timer.c | |
parent | Merge tag 'w1-drv-6.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1 into char-misc-next (diff) | |
download | wireguard-linux-a24b18aa4fd619cc7961dae3395473c355bb5b6a.tar.xz wireguard-linux-a24b18aa4fd619cc7961dae3395473c355bb5b6a.zip |
samples: rust_misc_device: fix markup in top-level docs
The meaning of /// is to document the thing that comes after it, so
currently the example is documentation for the `use core::pin::Pin;`
statement. To write top-level docs (and have them rendered as such in
the html by rustdoc), use //! instead.
This does not change the contents of the docs at all. The only change is
changing /// to //!.
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Fixes: 8d9b095b8f89 ("samples: rust_misc_device: Provide an example C program to exercise functionality")
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Reviewed-by: Christian Schrefl <chrisi.schrefl@gmail.com>
Link: https://lore.kernel.org/r/20250313-rust_misc_device_tld-v1-1-a519bced9a6d@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions