Commit f8ae3507 authored by Miguel Ojeda's avatar Miguel Ojeda Committed by Jocelyn Falempe
Browse files

drm/panic: add missing Markdown code span



Add missing Markdown code span.

This was found using the Clippy `doc_markdown` lint, which we may want
to enable.

Fixes: cb5164ac ("drm/panic: Add a QR code panic screen")
Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
Reviewed-by: default avatarJocelyn Falempe <jfalempe@redhat.com>
Reviewed-by: default avatarBenno Lossin <benno.lossin@proton.me>
Signed-off-by: default avatarJocelyn Falempe <jfalempe@redhat.com>
Link: https://lore.kernel.org/r/20250324210359.1199574-3-ojeda@kernel.org
parent 7e5f61c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -876,7 +876,7 @@ fn draw_all(&mut self, data: impl Iterator<Item = u8>) {
///    will be encoded as binary segment, otherwise it will be encoded
///    efficiently as a numeric segment, and appended to the URL.
/// * `data_len`: Length of the data, that needs to be encoded, must be less
///    than data_size.
///    than `data_size`.
/// * `data_size`: Size of data buffer, it should be at least 4071 bytes to hold
///    a V40 QR code. It will then be overwritten with the QR code image.
/// * `tmp`: A temporary buffer that the QR code encoder will use, to write the