]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/SmmStandbyButtonDispatch.h
IntelFrameworkPkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / SmmStandbyButtonDispatch.h
index bb6e6ac79694ff9d2c04c8a40b51099b607f32c5..15967661e24583c098383cb6f167bd840a21a63b 100644 (file)
@@ -1,17 +1,17 @@
 /** @file\r
   Provides the parent dispatch service for the standby button SMI source generator.\r
 \r
-  The SMM Standby Button Dispatch Protocol is defined in \r
+  The SMM Standby Button Dispatch Protocol is defined in\r
   the Intel Platform Innovation Framework for EFI SMM Core Interface Specification\r
   (SMM CIS) Version 0.9.\r
 \r
-Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
+Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
 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
+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
 \r
   @par Revision Reference:\r
@@ -76,10 +76,10 @@ VOID
   @param  This                  The pointer to the EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL instance.\r
   @param  DispatchFunction      The function to install.\r
   @param  DispatchContext       The pointer to the dispatch function's context.\r
-                                Indicates to the register function the Standby \r
+                                Indicates to the register function the Standby\r
                                 Button SMI phase for which to invoke the dispatch\r
                                 function.\r
-  @param  DispatchHandle        The handle generated by the dispatcher to track the \r
+  @param  DispatchHandle        The handle generated by the dispatcher to track the\r
                                 function instance.\r
 \r
   @retval EFI_SUCCESS           The dispatch function has been successfully\r
@@ -128,7 +128,7 @@ EFI_STATUS
   Provides the ability to install child handlers for the given event types.\r
  **/\r
 struct _EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL {\r
-  /// \r
+  ///\r
   /// Installs a child service to be dispatched by this protocol.\r
   ///\r
   EFI_SMM_STANDBY_BUTTON_REGISTER   Register;\\r