Skip to content

Commit 60ababd

Browse files
hrideshmgintel-lab-lkp
authored andcommitted
rust: kernel: clean up empty /// lines
Remove unnecessary empty `///` lines in the rust docs. Suggested-by: Miguel Ojeda <[email protected]> Link: Rust-for-Linux#1109 Signed-off-by: Hridesh MG <[email protected]>
1 parent a2f1154 commit 60ababd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

rust/kernel/block/mq/request.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ use core::{
3030
/// D) Request is owned by driver with more than one `ARef` in existence
3131
/// (refcount > 2)
3232
///
33-
///
3433
/// We need to track A and B to ensure we fail tag to request conversions for
3534
/// requests that are not owned by the driver.
3635
///

rust/kernel/rbtree.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,6 @@ impl<K, V> Iterator for IterRaw<K, V> {
10311031

10321032
/// A memory reservation for a red-black tree node.
10331033
///
1034-
///
10351034
/// It contains the memory needed to hold a node that can be inserted into a red-black tree. One
10361035
/// can be obtained by directly allocating it ([`RBTreeNodeReservation::new`]).
10371036
pub struct RBTreeNodeReservation<K, V> {

0 commit comments

Comments
 (0)