summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiewen Yao <jiewen.yao@intel.com>2017-11-23 09:24:49 +0800
committerJiewen Yao <jiewen.yao@intel.com>2017-11-28 20:51:00 +0800
commit8e27970533ace611bf19fd03d754355e86547c12 (patch)
tree0941fb3fbc93d997b84b1f919d600bc920b5858b
parent0d770a3213eb66b56682ccd1ab775ef96d6cb069 (diff)
downloadedk2-platforms-8e27970533ace611bf19fd03d754355e86547c12.tar.xz
Fix typo - Funtional to Functional
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Amy Chan <amy.chan@intel.com>
-rw-r--r--Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h8
-rw-r--r--Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c8
-rw-r--r--Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.c24
-rw-r--r--Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c8
4 files changed, 24 insertions, 24 deletions
diff --git a/Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h b/Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h
index 08a5517a15..ed0c6b803c 100644
--- a/Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h
+++ b/Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h
@@ -103,7 +103,7 @@ TestPointEndOfDxeNoThirdPartyPciOptionRom (
EFI_STATUS
EFIAPI
-TestPointEndOfDxeDmaAcpiTableFuntional (
+TestPointEndOfDxeDmaAcpiTableFunctional (
VOID
);
@@ -121,7 +121,7 @@ TestPointDxeSmmReadyToLockSmramAligned (
EFI_STATUS
EFIAPI
-TestPointDxeSmmReadyToLockWsmtTableFuntional (
+TestPointDxeSmmReadyToLockWsmtTableFunctional (
VOID
);
@@ -133,13 +133,13 @@ TestPointDxeSmmReadyToBootSmmPageProtection (
EFI_STATUS
EFIAPI
-TestPointReadyToBootAcpiTableFuntional (
+TestPointReadyToBootAcpiTableFunctional (
VOID
);
EFI_STATUS
EFIAPI
-TestPointReadyToBootGcdResourceFuntional (
+TestPointReadyToBootGcdResourceFunctional (
VOID
);
diff --git a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c
index 7694d27423..b15ec39ce1 100644
--- a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c
+++ b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c
@@ -82,7 +82,7 @@ OnEndOfDxe (
TestPointEndOfDxeNoThirdPartyPciOptionRom ();
- TestPointEndOfDxeDmaAcpiTableFuntional ();
+ TestPointEndOfDxeDmaAcpiTableFunctional ();
TestPointEndOfDxeDmaProtectionEnabled ();
}
@@ -118,7 +118,7 @@ OnDxeSmmReadyToLock (
TestPointDxeSmmReadyToLockSmramAligned ();
- TestPointDxeSmmReadyToLockWsmtTableFuntional ();
+ TestPointDxeSmmReadyToLockWsmtTableFunctional ();
}
/**
@@ -149,8 +149,8 @@ OnReadyToBootLater (
TestPointReadyToBootUefiBootVariableFunctional ();
TestPointReadyToBootUefiConsoleVariableFunctional ();
TestPointReadyToBootHstiTableFunctional ();
- TestPointReadyToBootAcpiTableFuntional ();
- TestPointReadyToBootGcdResourceFuntional ();
+ TestPointReadyToBootAcpiTableFunctional ();
+ TestPointReadyToBootGcdResourceFunctional ();
TestPointDxeSmmReadyToBootSmiHandlerInstrument ();
TestPointDxeSmmReadyToBootSmmPageProtection ();
diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.c b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.c
index aea9e03e57..fdeff8243d 100644
--- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.c
+++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.c
@@ -239,7 +239,7 @@ TestPointPciEnumerationDonePciResourceAllocated (
EFI_STATUS
EFIAPI
-TestPointEndOfDxeDmaAcpiTableFuntional (
+TestPointEndOfDxeDmaAcpiTableFunctional (
VOID
)
{
@@ -250,7 +250,7 @@ TestPointEndOfDxeDmaAcpiTableFuntional (
return EFI_SUCCESS;
}
- DEBUG ((DEBUG_INFO, "======== TestPointEndOfDxeDmaAcpiTableFuntional - Enter\n"));
+ DEBUG ((DEBUG_INFO, "======== TestPointEndOfDxeDmaAcpiTableFunctional - Enter\n"));
Acpi = TestPointGetAcpi (EFI_ACPI_4_0_DMA_REMAPPING_TABLE_SIGNATURE);
if (Acpi == NULL) {
@@ -273,7 +273,7 @@ TestPointEndOfDxeDmaAcpiTableFuntional (
Status = EFI_SUCCESS;
}
- DEBUG ((DEBUG_INFO, "======== TestPointEndOfDxeDmaAcpiTableFuntional - Exit\n"));
+ DEBUG ((DEBUG_INFO, "======== TestPointEndOfDxeDmaAcpiTableFunctional - Exit\n"));
return Status;
}
@@ -381,7 +381,7 @@ TestPointDxeSmmReadyToLockSmramAligned (
EFI_STATUS
EFIAPI
-TestPointDxeSmmReadyToLockWsmtTableFuntional (
+TestPointDxeSmmReadyToLockWsmtTableFunctional (
VOID
)
{
@@ -392,7 +392,7 @@ TestPointDxeSmmReadyToLockWsmtTableFuntional (
return EFI_SUCCESS;
}
- DEBUG ((DEBUG_INFO, "======== TestPointDxeSmmReadyToLockWsmtTableFuntional - Enter\n"));
+ DEBUG ((DEBUG_INFO, "======== TestPointDxeSmmReadyToLockWsmtTableFunctional - Enter\n"));
Acpi = TestPointGetAcpi (EFI_ACPI_WINDOWS_SMM_SECURITY_MITIGATION_TABLE_SIGNATURE);
if (Acpi == NULL) {
@@ -415,7 +415,7 @@ TestPointDxeSmmReadyToLockWsmtTableFuntional (
Status = EFI_SUCCESS;
}
- DEBUG ((DEBUG_INFO, "======== TestPointDxeSmmReadyToLockWsmtTableFuntional - Exit\n"));
+ DEBUG ((DEBUG_INFO, "======== TestPointDxeSmmReadyToLockWsmtTableFunctional - Exit\n"));
return Status;
}
@@ -565,7 +565,7 @@ TestPointDxeSmmReadyToBootSmiHandlerInstrument (
EFI_STATUS
EFIAPI
-TestPointReadyToBootAcpiTableFuntional (
+TestPointReadyToBootAcpiTableFunctional (
VOID
)
{
@@ -576,7 +576,7 @@ TestPointReadyToBootAcpiTableFuntional (
return EFI_SUCCESS;
}
- DEBUG ((DEBUG_INFO, "======== TestPointReadyToBootAcpiTableFuntional - Enter\n"));
+ DEBUG ((DEBUG_INFO, "======== TestPointReadyToBootAcpiTableFunctional - Enter\n"));
Result = TRUE;
Status = TestPointCheckAcpi ();
@@ -593,13 +593,13 @@ TestPointReadyToBootAcpiTableFuntional (
);
}
- DEBUG ((DEBUG_INFO, "======== TestPointReadyToBootAcpiTableFuntional - Exit\n"));
+ DEBUG ((DEBUG_INFO, "======== TestPointReadyToBootAcpiTableFunctional - Exit\n"));
return EFI_SUCCESS;
}
EFI_STATUS
EFIAPI
-TestPointReadyToBootGcdResourceFuntional (
+TestPointReadyToBootGcdResourceFunctional (
VOID
)
{
@@ -610,7 +610,7 @@ TestPointReadyToBootGcdResourceFuntional (
return EFI_SUCCESS;
}
- DEBUG ((DEBUG_INFO, "======== TestPointReadyToBootGcdResourceFuntional - Enter\n"));
+ DEBUG ((DEBUG_INFO, "======== TestPointReadyToBootGcdResourceFunctional - Enter\n"));
Result = TRUE;
Status = TestPointCheckAcpiGcdResource ();
@@ -627,7 +627,7 @@ TestPointReadyToBootGcdResourceFuntional (
);
}
- DEBUG ((DEBUG_INFO, "======== TestPointReadyToBootGcdResourceFuntional - Exit\n"));
+ DEBUG ((DEBUG_INFO, "======== TestPointReadyToBootGcdResourceFunctional - Exit\n"));
return EFI_SUCCESS;
}
diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c
index ea3b77ecb1..42a8c62df0 100644
--- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c
+++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c
@@ -125,7 +125,7 @@ TestPointEndOfDxeNoThirdPartyPciOptionRom (
EFI_STATUS
EFIAPI
-TestPointEndOfDxeDmaAcpiTableFuntional (
+TestPointEndOfDxeDmaAcpiTableFunctional (
VOID
)
{
@@ -152,7 +152,7 @@ TestPointDxeSmmReadyToLockSmramAligned (
EFI_STATUS
EFIAPI
-TestPointDxeSmmReadyToLockWsmtTableFuntional (
+TestPointDxeSmmReadyToLockWsmtTableFunctional (
VOID
)
{
@@ -179,7 +179,7 @@ TestPointDxeSmmReadyToBootSmiHandlerInstrument (
EFI_STATUS
EFIAPI
-TestPointReadyToBootAcpiTableFuntional (
+TestPointReadyToBootAcpiTableFunctional (
VOID
)
{
@@ -188,7 +188,7 @@ TestPointReadyToBootAcpiTableFuntional (
EFI_STATUS
EFIAPI
-TestPointReadyToBootGcdResourceFuntional (
+TestPointReadyToBootGcdResourceFunctional (
VOID
)
{