Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: cb5164ac43d0 ("drm/panic: Add a QR code panic screen")
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://lore.kernel.org/r/20250324210359.1199574-3-ojeda@kernel.org

authored by

Miguel Ojeda and committed by
Jocelyn Falempe
f8ae3507 7e5f61c1

+1 -1
+1 -1
drivers/gpu/drm/drm_panic_qr.rs
··· 876 876 /// will be encoded as binary segment, otherwise it will be encoded 877 877 /// efficiently as a numeric segment, and appended to the URL. 878 878 /// * `data_len`: Length of the data, that needs to be encoded, must be less 879 - /// than data_size. 879 + /// than `data_size`. 880 880 /// * `data_size`: Size of data buffer, it should be at least 4071 bytes to hold 881 881 /// a V40 QR code. It will then be overwritten with the QR code image. 882 882 /// * `tmp`: A temporary buffer that the QR code encoder will use, to write the