aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Guid/CapsuleReport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Guid/CapsuleReport.h')
-rw-r--r--src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Guid/CapsuleReport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Guid/CapsuleReport.h b/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Guid/CapsuleReport.h
index 051a41bde9..2a40d936b0 100644
--- a/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Guid/CapsuleReport.h
+++ b/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Guid/CapsuleReport.h
@@ -1,6 +1,6 @@
/** @file
Guid & data structure used for Capsule process result variables
-
+
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -84,14 +84,14 @@ typedef struct {
///
/// In case of capsule loaded from disk, the zero-terminated array containing file name of capsule that was processed.
- /// In case of capsule submitted directly to UpdateCapsule() there is no file name, and this field is required to contain a single 16-bit zero character
+ /// In case of capsule submitted directly to UpdateCapsule() there is no file name, and this field is required to contain a single 16-bit zero character
/// which is included in VariableTotalSize.
///
/// CHAR16 CapsuleFileName[];
///
///
- /// This field will contain a zero-terminated CHAR16 string containing the text representation of the device path of device publishing Firmware Management Protocol
+ /// This field will contain a zero-terminated CHAR16 string containing the text representation of the device path of device publishing Firmware Management Protocol
/// (if present). In case where device path is not present and the target is not otherwise known to firmware, or when payload was blocked by policy, or skipped,
/// this field is required to contain a single 16-bit zero character which is included in VariableTotalSize.
///