[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANiq72=gRDr658wi=PbEcwTM7oEdmBU2Fr=wKw9eq2kEbrjWHQ@mail.gmail.com>
Date: Tue, 10 Dec 2024 00:57:39 +0100
From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To: Miguel Ojeda <ojeda@...nel.org>
Cc: Jocelyn Falempe <jfalempe@...hat.com>, Alex Gaynor <alex.gaynor@...il.com>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>, Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>, David Airlie <airlied@...il.com>, Simona Vetter <simona@...ll.ch>,
Boqun Feng <boqun.feng@...il.com>, Gary Guo <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Benno Lossin <benno.lossin@...ton.me>, Andreas Hindborg <a.hindborg@...nel.org>,
Alice Ryhl <aliceryhl@...gle.com>, Trevor Gross <tmgross@...ch.edu>, rust-for-linux@...r.kernel.org,
dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
patches@...ts.linux.dev, stable@...r.kernel.org
Subject: Re: [PATCH] drm/panic: remove spurious empty line to clean warning
On Tue, Nov 26, 2024 at 12:33 AM Miguel Ojeda <ojeda@...nel.org> wrote:
>
> Clippy in the upcoming Rust 1.83.0 spots a spurious empty line since the
> `clippy::empty_line_after_doc_comments` warning is now enabled by default
> given it is part of the `suspicious` group [1]:
>
> error: empty line after doc comment
> --> drivers/gpu/drm/drm_panic_qr.rs:931:1
> |
> 931 | / /// They must remain valid for the duration of the function call.
> 932 | |
> | |_
> 933 | #[no_mangle]
> 934 | / pub unsafe extern "C" fn drm_panic_qr_generate(
> 935 | | url: *const i8,
> 936 | | data: *mut u8,
> 937 | | data_len: usize,
> ... |
> 940 | | tmp_size: usize,
> 941 | | ) -> u8 {
> | |_______- the comment documents this function
> |
> = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
> = note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
> = help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
> = help: if the empty line is unintentional remove it
>
> Thus remove the empty line.
>
> Cc: stable@...r.kernel.org
> Fixes: cb5164ac43d0 ("drm/panic: Add a QR code panic screen")
> Link: https://github.com/rust-lang/rust-clippy/pull/13091 [1]
> Signed-off-by: Miguel Ojeda <ojeda@...nel.org>
Applied to `rust-fixes` -- thanks!
Cheers,
Miguel
Powered by blists - more mailing lists