From: Miguel Ojeda Date: Mon, 24 Mar 2025 21:03:49 +0000 (+0100) Subject: drm/panic: add missing Markdown code span X-Git-Tag: v6.16-rc1~144^2~21^2~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8ae35071bfdbc0e992181d267d0de14ccbdb312;p=thirdparty%2Flinux.git 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 Reviewed-by: Jocelyn Falempe Reviewed-by: Benno Lossin Signed-off-by: Jocelyn Falempe Link: https://lore.kernel.org/r/20250324210359.1199574-3-ojeda@kernel.org --- diff --git a/drivers/gpu/drm/drm_panic_qr.rs b/drivers/gpu/drm/drm_panic_qr.rs index 8d369a5ecf4a6..10b94ac185325 100644 --- a/drivers/gpu/drm/drm_panic_qr.rs +++ b/drivers/gpu/drm/drm_panic_qr.rs @@ -876,7 +876,7 @@ impl QrImage<'_> { /// 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