summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-12-14 08:51:43 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2024-12-14 08:51:43 -0800
commit7824850768aafe0e69ec6586900cc5c1dac94fe3 (patch)
tree2f05562ab6f63681f115ec411f378d24cd964c14 /drivers/gpu
parent115c0cc25130c59025cab8f8a5f1a3a97b1e16e1 (diff)
parent7a5f93ea5862da91488975acaa0c7abd508f192b (diff)
downloadlwn-7824850768aafe0e69ec6586900cc5c1dac94fe3.tar.gz
lwn-7824850768aafe0e69ec6586900cc5c1dac94fe3.zip
Merge tag 'rust-fixes-6.13' of https://github.com/Rust-for-Linux/linux
Pull rust fixes from Miguel Ojeda: "Toolchain and infrastructure: - Set bindgen's Rust target version to prevent issues when pairing older rustc releases with newer bindgen releases, such as bindgen >= 0.71.0 and rustc < 1.82 due to unsafe_extern_blocks. drm/panic: - Remove spurious empty line detected by a new Clippy warning" * tag 'rust-fixes-6.13' of https://github.com/Rust-for-Linux/linux: rust: kbuild: set `bindgen`'s Rust target version drm/panic: remove spurious empty line to clean warning
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/drm_panic_qr.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_panic_qr.rs b/drivers/gpu/drm/drm_panic_qr.rs
index 09500cddc009..ef2d490965ba 100644
--- a/drivers/gpu/drm/drm_panic_qr.rs
+++ b/drivers/gpu/drm/drm_panic_qr.rs
@@ -929,7 +929,6 @@ impl QrImage<'_> {
/// * `tmp` must be valid for reading and writing for `tmp_size` bytes.
///
/// They must remain valid for the duration of the function call.
-
#[no_mangle]
pub unsafe extern "C" fn drm_panic_qr_generate(
url: *const i8,