Fix Intel's copyright years in the modified files. If you do that, then good. 

Reviewed-By: Jaben Carsey <[email protected]>

-Jaben

Sent from my iPad.

> On Mar 8, 2016, at 4:57 AM, Qiu, Shumin <[email protected]> wrote:
> 
> Use DOS format end of line(CR, LF).
> 
> Cc: Jaben Carsey <[email protected]>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Qiu Shumin <[email protected]>
> ---
> ShellPkg/Application/Shell/ShellParametersProtocol.c         | 12 ++++++------
> ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c            | 12 ++++++------
> .../UefiShellDebug1CommandsLib.uni                           | 12 ++++++------
> 3 files changed, 18 insertions(+), 18 deletions(-)
> 
> diff --git a/ShellPkg/Application/Shell/ShellParametersProtocol.c 
> b/ShellPkg/Application/Shell/ShellParametersProtocol.c
> index c638583..8ae0ea5 100644
> --- a/ShellPkg/Application/Shell/ShellParametersProtocol.c
> +++ b/ShellPkg/Application/Shell/ShellParametersProtocol.c
> @@ -1266,12 +1266,12 @@ UpdateStdInStdOutStdErr(
>           EFI_FILE_MODE_READ,
>           0);
>         if (!EFI_ERROR(Status)) {
> -          if (!InUnicode) {
> -            //
> -            // Create the ASCII->Unicode conversion layer
> -            //
> -            TempHandle = CreateFileInterfaceFile(TempHandle, FALSE);
> -          }
> +          if (!InUnicode) {
> +            //
> +            // Create the ASCII->Unicode conversion layer
> +            //
> +            TempHandle = CreateFileInterfaceFile(TempHandle, FALSE);
> +          }
>           ShellParameters->StdIn = TempHandle;
>           gST->ConIn = CreateSimpleTextInOnFile(TempHandle, 
> &gST->ConsoleInHandle);
>         }
> diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c 
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
> index 6956963..240d7d1 100644
> --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
> +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
> @@ -2,8 +2,8 @@
>   Main file for Pci shell Debug1 function.
> 
>   Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>
> -  (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
> -  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>  
> +  (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
> +  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>  
>   This program and the accompanying materials
>   are licensed and made available under the terms and conditions of the BSD 
> License
>   which accompanies this distribution.  The full text of the license may be 
> found at
> @@ -5444,10 +5444,10 @@ PrintInterpretedExtendedCompatibilityAer (
>     Header->CorrectableErrorStatus,
>     Header->CorrectableErrorMask,
>     Header->AdvancedErrorCapabilitiesAndControl,
> -    Header->HeaderLog[0],
> -    Header->HeaderLog[1],
> -    Header->HeaderLog[2],
> -    Header->HeaderLog[3],
> +    Header->HeaderLog[0],
> +    Header->HeaderLog[1],
> +    Header->HeaderLog[2],
> +    Header->HeaderLog[3],
>     Header->RootErrorCommand,
>     Header->RootErrorStatus,
>     Header->ErrorSourceIdentification,
> diff --git 
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni 
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni
> index 6206f84..7a5f5a5 100644
> --- 
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni
> +++ 
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni
> @@ -1,8 +1,8 @@
> // /**
> //
> // Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
> -// (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
> -// (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
> +// (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
> +// (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
> // This program and the accompanying materials
> // are licensed and made available under the terms and conditions of the BSD 
> License
> // which accompanies this distribution. The full text of the license may be 
> found at
> @@ -317,10 +317,10 @@
>                                                        "    
> CorrectableErrorStatus         %08x\r\n"
>                                                        "    
> CorrectableErrorMask           %08x\r\n"
>                                                        "    
> AdvancedErrorCapAndControl     %08x\r\n"
> -                                                       "    HeaderLog1       
>               %08x\r\n"
> -                                                       "    HeaderLog2       
>               %08x\r\n"
> -                                                       "    HeaderLog3       
>               %08x\r\n"
> -                                                       "    HeaderLog4       
>               %08x\r\n"
> +                                                       "    HeaderLog1       
>               %08x\r\n"
> +                                                       "    HeaderLog2       
>               %08x\r\n"
> +                                                       "    HeaderLog3       
>               %08x\r\n"
> +                                                       "    HeaderLog4       
>               %08x\r\n"
>                                                        "    RootErrorCommand  
>              %08x\r\n"
>                                                        "    RootErrorStatus   
>              %08x\r\n"
>                                                        "    
> ErrorSourceIdentification      %04x\r\n"
> -- 
> 2.7.1.windows.2
> 
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to