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

drm/panic: add missing space

Add missing space in sentence.

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-2-ojeda@kernel.org

authored by

Miguel Ojeda and committed by
Jocelyn Falempe
7e5f61c1 e8b8b577

+1 -1
+1 -1
drivers/gpu/drm/drm_panic_qr.rs
··· 5 5 //! It is called from a panic handler, so it should't allocate memory and 6 6 //! does all the work on the stack or on the provided buffers. For 7 7 //! simplification, it only supports low error correction, and applies the 8 - //! first mask (checkerboard). It will draw the smallest QRcode that can 8 + //! first mask (checkerboard). It will draw the smallest QR code that can 9 9 //! contain the string passed as parameter. To get the most compact 10 10 //! QR code, the start of the URL is encoded as binary, and the 11 11 //! compressed kmsg is encoded as numeric.