mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
rust: usb: fix formatting
We do our best to keep the repository `rustfmt`-clean, thus run the tool
to fix the formatting issue.
Link: https://docs.kernel.org/rust/coding-guidelines.html#style-formatting
Link: https://rust-for-linux.com/contributing#submit-checklist-addendum
Fixes: 9a55e00792 ("Revert "USB: disable rust bindings from the build for now"")
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Link: https://patch.msgid.link/20251016231350.1418501-1-ojeda@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d518ec2cbc
commit
e2d2bd6d61
@@ -138,9 +138,9 @@ pub mod time;
|
||||
pub mod tracepoint;
|
||||
pub mod transmute;
|
||||
pub mod types;
|
||||
pub mod uaccess;
|
||||
#[cfg(CONFIG_USB = "y")]
|
||||
pub mod usb;
|
||||
pub mod uaccess;
|
||||
pub mod workqueue;
|
||||
pub mod xarray;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user