diff options
author | Francesco Zardi <[email protected]> | 2024-09-03 19:30:29 +0200 |
---|---|---|
committer | Miguel Ojeda <[email protected]> | 2024-10-22 20:04:01 +0200 |
commit | 28e848386b92645f93b9f2fdba5882c3ca7fb3e2 (patch) | |
tree | 123b8d789d33b2c57797ea24ef6420ba1ec90ac9 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 15541c9263ce34ff95a06bc68f45d9bc5c990bcd (diff) |
rust: block: fix formatting of `kernel::block::mq::request` module
Fix several issues with rustdoc formatting for the
`kernel::block::mq::Request` module, in particular:
- An ordered list not rendering correctly, fixed by using numbers
prefixes instead of letters.
- Code snippets formatted as regular text, fixed by wrapping the
code with `back-ticks`.
- References to types missing intra-doc links, fixed by wrapping the
types with [square brackets].
Reported-by: Miguel Ojeda <[email protected]>
Closes: https://github.com/Rust-for-Linux/linux/issues/1108
Signed-off-by: Francesco Zardi <[email protected]>
Acked-by: Andreas Hindborg <[email protected]>
Fixes: 3253aba3408a ("rust: block: introduce `kernel::block::mq` module")
Link: https://lore.kernel.org/r/[email protected]
[ Added an extra intra-doc link. Took the chance to add some periods
for consistency. Reworded slightly. - Miguel ]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions