We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54c750 commit df523dbCopy full SHA for df523db
rust/kernel/dma.rs
@@ -94,7 +94,7 @@ pub mod attrs {
94
pub const DMA_ATTR_ALLOC_SINGLE_PAGES: Attrs = Attrs(bindings::DMA_ATTR_ALLOC_SINGLE_PAGES);
95
96
/// This tells the DMA-mapping subsystem to suppress allocation failure reports (similarly to
97
- /// __GFP_NOWARN).
+ /// `__GFP_NOWARN`).
98
pub const DMA_ATTR_NO_WARN: Attrs = Attrs(bindings::DMA_ATTR_NO_WARN);
99
100
/// Used to indicate that the buffer is fully accessible at an elevated privilege level (and
0 commit comments