We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923fede commit ba23850Copy full SHA for ba23850
rust/kernel/block/mq/gen_disk.rs
@@ -174,9 +174,9 @@ impl GenDiskBuilder {
174
///
175
/// # Invariants
176
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`.
+/// - `gendisk` must always point to an initialized and valid `struct gendisk`.
+/// - `gendisk` was added to the VFS through a call to
+/// `bindings::device_add_disk`.
180
pub struct GenDisk<T: Operations> {
181
_tagset: Arc<TagSet<T>>,
182
gendisk: *mut bindings::gendisk,
0 commit comments