Skip to content

Commit 6b58f69

Browse files
committed
doc/uefi: improve device path documentation
Make the role of the high-level DevicePath wrapper more clear.
1 parent 9f4765f commit 6b58f69

File tree

1 file changed

+3
-3
lines changed
  • uefi/src/proto/device_path

1 file changed

+3
-3
lines changed

uefi/src/proto/device_path/mod.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)