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 1
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
2
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
+ //!
5
5
//! The main export of this module is [`DevicePath`].
6
6
//!
7
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
345
}
346
346
}
347
347
348
- /// Type representing a UEFI device path and also implementing the UEFI
348
+ /// Type representing a UEFI device path and also implementing the UEFI
349
349
/// protocol.
350
350
///
351
351
/// 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