diff --git a/common/src/lib.rs b/common/src/lib.rs index 7a8d91b5f8..66f3686530 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -44,7 +44,8 @@ pub enum MemoryType { /// released to the memory location in an unspecified order. Write-Combine memory does not /// guarantee that the order at which you write to it is the order at which those writes are /// committed to memory. - WriteCombining, /// Memory stored in an intermediate Write Combine Buffer and released later + WriteCombining, + /// Memory stored in an intermediate Write Combine Buffer and released later /// Memory-Mapped I/O. This is an aarch64-specific term. DeviceMemory, }