]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3Base.c
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Library / QemuFwCfgS3Lib / QemuFwCfgS3Base.c
index 7b71305d1267484a7f6555217c046900a64bbf3c..b0356a2e25224e607a0f57400c4e518d25f98bb5 100644 (file)
@@ -7,13 +7,7 @@
 \r
   Copyright (C) 2017, Red Hat, Inc.\r
 \r
-  This program and the accompanying materials are licensed and made available\r
-  under the terms and conditions of the BSD License which accompanies this\r
-  distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
-  WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #include <Library/DebugLib.h>\r
@@ -39,7 +33,6 @@ QemuFwCfgS3Enabled (
   return FALSE;\r
 }\r
 \r
-\r
 /**\r
   Install the client module's FW_CFG_BOOT_SCRIPT_CALLBACK_FUNCTION callback for\r
   when the production of ACPI S3 Boot Script opcodes becomes possible.\r
@@ -97,12 +90,12 @@ QemuFwCfgS3Enabled (
 \r
   @return                          Error codes from underlying functions.\r
 **/\r
-EFIAPI\r
 RETURN_STATUS\r
+EFIAPI\r
 QemuFwCfgS3CallWhenBootScriptReady (\r
-  IN     FW_CFG_BOOT_SCRIPT_CALLBACK_FUNCTION *Callback,\r
-  IN OUT VOID                                 *Context,          OPTIONAL\r
-  IN     UINTN                                ScratchBufferSize\r
+  IN     FW_CFG_BOOT_SCRIPT_CALLBACK_FUNCTION  *Callback,\r
+  IN OUT VOID                                  *Context           OPTIONAL,\r
+  IN     UINTN                                 ScratchBufferSize\r
   )\r
 {\r
   ASSERT (FALSE);\r