Skip to content

Commit ba23850

Browse files
ohno418gregkh
authored andcommitted
rust: block: fix formatting in GenDisk doc
commit 0c5928d upstream. Align bullet points and improve indentation in the `Invariants` section of the `GenDisk` struct documentation for better readability. [ Yutaro is also working on implementing the lint we suggested to catch this sort of issue in upstream Rust: rust-lang/rust-clippy#13601 rust-lang/rust-clippy#13711 Thanks a lot! - Miguel ] Fixes: 3253aba ("rust: block: introduce `kernel::block::mq` module") Signed-off-by: Yutaro Ohno <[email protected]> Reviewed-by: Boqun Feng <[email protected]> Acked-by: Andreas Hindborg <[email protected]> Link: https://lore.kernel.org/r/ZxkcU5yTFCagg_lX@ohnotp Signed-off-by: Miguel Ojeda <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 923fede commit ba23850

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/kernel/block/mq/gen_disk.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ impl GenDiskBuilder {
174174
///
175175
/// # Invariants
176176
///
177-
/// - `gendisk` must always point to an initialized and valid `struct gendisk`.
178-
/// - `gendisk` was added to the VFS through a call to
179-
/// `bindings::device_add_disk`.
177+
/// - `gendisk` must always point to an initialized and valid `struct gendisk`.
178+
/// - `gendisk` was added to the VFS through a call to
179+
/// `bindings::device_add_disk`.
180180
pub struct GenDisk<T: Operations> {
181181
_tagset: Arc<TagSet<T>>,
182182
gendisk: *mut bindings::gendisk,

0 commit comments

Comments
 (0)