IntelFrameworkPkg: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@ -1,17 +1,17 @@
|
||||
/** @file
|
||||
Provides the parent dispatch service for the standby button SMI source generator.
|
||||
|
||||
The SMM Standby Button Dispatch Protocol is defined in
|
||||
The SMM Standby Button Dispatch Protocol is defined in
|
||||
the Intel Platform Innovation Framework for EFI SMM Core Interface Specification
|
||||
(SMM CIS) Version 0.9.
|
||||
|
||||
Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials are licensed and made available under
|
||||
the terms and conditions of the BSD License that accompanies this distribution.
|
||||
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials are licensed and made available under
|
||||
the terms and conditions of the BSD License that accompanies this distribution.
|
||||
The full text of the license may be found at
|
||||
http://opensource.org/licenses/bsd-license.php.
|
||||
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
http://opensource.org/licenses/bsd-license.php.
|
||||
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
@par Revision Reference:
|
||||
@ -76,10 +76,10 @@ VOID
|
||||
@param This The pointer to the EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL instance.
|
||||
@param DispatchFunction The function to install.
|
||||
@param DispatchContext The pointer to the dispatch function's context.
|
||||
Indicates to the register function the Standby
|
||||
Indicates to the register function the Standby
|
||||
Button SMI phase for which to invoke the dispatch
|
||||
function.
|
||||
@param DispatchHandle The handle generated by the dispatcher to track the
|
||||
@param DispatchHandle The handle generated by the dispatcher to track the
|
||||
function instance.
|
||||
|
||||
@retval EFI_SUCCESS The dispatch function has been successfully
|
||||
@ -128,7 +128,7 @@ EFI_STATUS
|
||||
Provides the ability to install child handlers for the given event types.
|
||||
**/
|
||||
struct _EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL {
|
||||
///
|
||||
///
|
||||
/// Installs a child service to be dispatched by this protocol.
|
||||
///
|
||||
EFI_SMM_STANDBY_BUTTON_REGISTER Register;\
|
||||
|
Reference in New Issue
Block a user