File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ pub mod flags {
94
94
///
95
95
/// A lower watermark is applied to allow access to "atomic reserves". The current
96
96
/// implementation doesn't support NMI and few other strict non-preemptive contexts (e.g.
97
- /// raw_spin_lock). The same applies to [`GFP_NOWAIT`].
97
+ /// ` raw_spin_lock` ). The same applies to [`GFP_NOWAIT`].
98
98
pub const GFP_ATOMIC : Flags = Flags ( bindings:: GFP_ATOMIC ) ;
99
99
100
- /// Typical for kernel-internal allocations. The caller requires ZONE_NORMAL or a lower zone
100
+ /// Typical for kernel-internal allocations. The caller requires ` ZONE_NORMAL` or a lower zone
101
101
/// for direct access but can direct reclaim.
102
102
pub const GFP_KERNEL : Flags = Flags ( bindings:: GFP_KERNEL ) ;
103
103
You can’t perform that action at this time.
0 commit comments