We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4765f commit 6b58f69Copy full SHA for 6b58f69
uefi/src/proto/device_path/mod.rs
@@ -1,7 +1,7 @@
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
3
-//! Helpers to work with UEFI Device Paths and the Device Path Protocol
4
-//!
+//! Helpers to work with UEFI Device Paths and the Device Path Protocol
+//!
5
//! The main export of this module is [`DevicePath`].
6
//!
7
//! A device path is made up of a packed list of variable-length nodes of
@@ -345,7 +345,7 @@ impl ToOwned for DevicePathInstance {
345
}
346
347
348
-/// Type representing a UEFI device path and also implementing the UEFI
+/// Type representing a UEFI device path and also implementing the UEFI
349
/// protocol.
350
///
351
/// A UEFI device path is a structured sequence of binary nodes that describe a
0 commit comments