Added link wrappers around the wikipedia link in SGL

This commit is contained in:
Timothy Finnegan
2024-08-31 16:17:13 -07:00
parent e9e7e2934e
commit f2decff457
+1 -1
View File
@@ -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: <https://en.wikipedia.org/wiki/Gather/scatter_(vector_addressing)>
#[derive(Debug)]
pub struct Sgl {
/// A raw pointer to the SGL in virtual memory