diff --git a/common/src/sgl.rs b/common/src/sgl.rs index 541250fbe9..ba26d3f00b 100644 --- a/common/src/sgl.rs +++ b/common/src/sgl.rs @@ -10,7 +10,7 @@ use crate::dma::phys_contiguous_fd; /// A Scatter-Gather List data structure /// -/// See: https://en.wikipedia.org/wiki/Gather/scatter_(vector_addressing) +/// See: #[derive(Debug)] pub struct Sgl { /// A raw pointer to the SGL in virtual memory