Skip to content

Commit 91ce918

Browse files
committed
doc(test_suite): replace U+3000 with U+0020
1 parent 7224bfa commit 91ce918

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

src/r3_test_suite/src/kernel_benchmarks/mutex_none.rs

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
//!
66
//! ```text
77
//! ┌─────┐ ┌────┐
8-
//! mtx pri main task1 pri
9-
//! │1│ │3│  │ │ ┊ ┊
10-
//! │ │ │ │  │ │ ┊ ┊ ┐
11-
//! ├─┤ ├─┤  │ │ mtx lock ┊ ┊ │ I_LOCK
12-
//! │0│ │1│  │ │ ┊ ┊ ┘
13-
//! │ │ │ │  │ │ activate ┊ ┊
14-
//! │ │ │ │  │ │ ─────────────► ┊ ┊
15-
//! │ │ │ │  │ │ park ┊ ┊
16-
//! │ │ │ │  └┬┘ ─────────────► ┌┴┐ ┌┴┐
17-
//! │ │ │ │  │ │ │ │1│
18-
//! │ │ │ │  │ mtx lock │ │ │ │
19-
//! │ │ │ │  ┌┴┐ ◀───────────── └┬┘ │ │
20-
//! │ │ │ │  │ │ │ │ │
21-
//! │ │ │ │  │ │ mtx unlock │ │ │ ┐
22-
//! ├─┤ ├─┤  └┬┘ ─────────────► ┌┴┐ │ │ │ I_UNLOCK_DISPATCING
23-
//! │0│ │3│  ┊ │ │ │ │ ┘
24-
//! │ │ │ │  ┊ │ │ │ │ ┐
25-
//! ├─┤ │ │  ┊ │ │ │ │ mtx unlock │ I_UNLOCK
26-
//! │1│ │ │  ┊ exit_task │ │ │ │ ┘
27-
//! │ │ │ │  ┌┴┐ ◀───────────── └┬┘ └┬┘
28-
//! │ │ │ │  │ │ ┊ ┊
8+
//! mtx pri main task1 pri
9+
//! │1│ │3│ │ │ ┊ ┊
10+
//! │ │ │ │ │ │ ┊ ┊ ┐
11+
//! ├─┤ ├─┤ │ │ mtx lock ┊ ┊ │ I_LOCK
12+
//! │0│ │1│ │ │ ┊ ┊ ┘
13+
//! │ │ │ │ │ │ activate ┊ ┊
14+
//! │ │ │ │ │ │ ─────────────► ┊ ┊
15+
//! │ │ │ │ │ │ park ┊ ┊
16+
//! │ │ │ │ └┬┘ ─────────────► ┌┴┐ ┌┴┐
17+
//! │ │ │ │ │ │ │ │1│
18+
//! │ │ │ │ │ mtx lock │ │ │ │
19+
//! │ │ │ │ ┌┴┐ ◀───────────── └┬┘ │ │
20+
//! │ │ │ │ │ │ │ │ │
21+
//! │ │ │ │ │ │ mtx unlock │ │ │ ┐
22+
//! ├─┤ ├─┤ └┬┘ ─────────────► ┌┴┐ │ │ │ I_UNLOCK_DISPATCING
23+
//! │0│ │3│ ┊ │ │ │ │ ┘
24+
//! │ │ │ │ ┊ │ │ │ │ ┐
25+
//! ├─┤ │ │ ┊ │ │ │ │ mtx unlock │ I_UNLOCK
26+
//! │1│ │ │ ┊ exit_task │ │ │ │ ┘
27+
//! │ │ │ │ ┌┴┐ ◀───────────── └┬┘ └┬┘
28+
//! │ │ │ │ │ │ ┊ ┊
2929
//!
3030
//! pri: effective priority (assuming mtx uses the priority ceiling protocol)
3131
//! ```

0 commit comments

Comments
 (0)