]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/SmiHandlerProfile.h
MdeModulePkg: Change OPTIONAL keyword usage style
[mirror_edk2.git] / MdeModulePkg / Include / Guid / SmiHandlerProfile.h
index ba41393cf2e2f5b3593f4e04983bb9ad90149185..359fe93fc1242a1eab5dd08393346f618a082912 100644 (file)
@@ -2,13 +2,7 @@
   Header file for SMI handler profile definition.\r
 \r
 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this 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,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -178,7 +172,7 @@ EFI_STATUS
   IN EFI_GUID                       *HandlerGuid,\r
   IN EFI_SMM_HANDLER_ENTRY_POINT2   Handler,\r
   IN PHYSICAL_ADDRESS               CallerAddress,\r
-  IN VOID                           *Context, OPTIONAL\r
+  IN VOID                           *Context  OPTIONAL,\r
   IN UINTN                          ContextSize OPTIONAL\r
   );\r
 \r
@@ -205,7 +199,7 @@ EFI_STATUS
   IN SMI_HANDLER_PROFILE_PROTOCOL   *This,\r
   IN EFI_GUID                       *HandlerGuid,\r
   IN EFI_SMM_HANDLER_ENTRY_POINT2   Handler,\r
-  IN VOID                           *Context, OPTIONAL\r
+  IN VOID                           *Context  OPTIONAL,\r
   IN UINTN                          ContextSize OPTIONAL\r
   );\r
 \r