summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include/Ppi/S3Resume.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkPkg/Include/Ppi/S3Resume.h')
-rw-r--r--IntelFrameworkPkg/Include/Ppi/S3Resume.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/S3Resume.h b/IntelFrameworkPkg/Include/Ppi/S3Resume.h
index 4629611088..2509eb53b6 100644
--- a/IntelFrameworkPkg/Include/Ppi/S3Resume.h
+++ b/IntelFrameworkPkg/Include/Ppi/S3Resume.h
@@ -64,15 +64,14 @@ EFI_STATUS
);
/**
- @par Ppi Description:
EFI_PEI_S3_RESUME_PPI accomplishes the firmware S3 resume boot
path and transfers control to OS.
**/
struct _EFI_PEI_S3_RESUME_PPI {
-///
-/// Restores the platform to its preboot configuration for an S3 resume and
-/// jumps to the OS waking vector.
-///
+ ///
+ /// Restores the platform to its preboot configuration for an S3 resume and
+ /// jumps to the OS waking vector.
+ ///
EFI_PEI_S3_RESUME_PPI_RESTORE_CONFIG S3RestoreConfig;
};