File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
uefi/src/proto/device_path Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT OR Apache-2.0
22
3- //! Helpers to work with UEFI Device Paths and the Device Path Protocol
4- //!
3+ //! Helpers to work with UEFI Device Paths and the Device Path Protocol
4+ //!
55//! The main export of this module is [`DevicePath`].
66//!
77//! A device path is made up of a packed list of variable-length nodes of
@@ -345,7 +345,7 @@ impl ToOwned for DevicePathInstance {
345345 }
346346}
347347
348- /// Type representing a UEFI device path and also implementing the UEFI
348+ /// Type representing a UEFI device path and also implementing the UEFI
349349/// protocol.
350350///
351351/// A UEFI device path is a structured sequence of binary nodes that describe a
You can’t perform that action at this time.
0 commit comments