From f2decff457bf75f80a8c49b0e82553977b0e4fb5 Mon Sep 17 00:00:00 2001 From: Timothy Finnegan Date: Sat, 31 Aug 2024 16:17:13 -0700 Subject: [PATCH] Added link wrappers around the wikipedia link in SGL --- common/src/sgl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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