]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`
authorMiguel Ojeda <ojeda@kernel.org>
Fri, 7 Mar 2025 22:49:16 +0000 (23:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 12:01:41 +0000 (13:01 +0100)
commitd09e7c93df7ca2037f3f24fc364e5b9cc39a689b
tree067089e1ddcb0c4261213fd41469f14ff8ee7240
parent85ad4713660f475f366bd73c951e21656758fcc3
rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`

commit d5cc7ab0a0a99496de1bd933dac242699a417809 upstream.

These few cases, unlike others in the same file, did not need the `allow`.

Thus clean them up.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Trevor Gross <tmgross@umich.edu>
Tested-by: Gary Guo <gary@garyguo.net>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://lore.kernel.org/r/20240904204347.168520-10-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
rust/kernel/init.rs