On 2015-04-06 17:30:41, Gao, Liming wrote:
> Jordan:
>   Thanks for your report. I just fix it at 17121. Sorry for my mistake. 

Darn, I was was going to cleanup the extra tailing whitespace during
the move too. :)

May I ask why you didn't just give an r-b for my patch?

-Jordan

> -----Original Message-----
> From: Justen, Jordan L 
> Sent: Tuesday, April 07, 2015 7:24 AM
> To: edk2-devel@lists.sourceforge.net
> Cc: Justen, Jordan L; Gabriel L. Somlo; Gao, Liming
> Subject: [PATCH] MdeModulePkg: Move Include/Guid/LzmaDecompress.h under 
> MdeModulePkg
> 
> In r17111, this file was mistakenly added to Include/Guid/LzmaDecompress.h 
> rather than MdeModulePkg/Include/Guid/LzmaDecompress.h.
> 
> I guess r17110 broke this. (Meaning the r17111 change should have happened 
> before r17110 anyway...)
> 
> Reported-by: "Gabriel L. Somlo" <gso...@gmail.com>
> Cc: "Gabriel L. Somlo" <gso...@gmail.com>
> Cc: Liming Gao <liming....@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Jordan Justen <jordan.l.jus...@intel.com>
> ---
>  {Include => MdeModulePkg/Include}/Guid/LzmaDecompress.h | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)  rename {Include => 
> MdeModulePkg/Include}/Guid/LzmaDecompress.h (85%)
> 
> diff --git a/Include/Guid/LzmaDecompress.h 
> b/MdeModulePkg/Include/Guid/LzmaDecompress.h
> similarity index 85%
> rename from Include/Guid/LzmaDecompress.h rename to 
> MdeModulePkg/Include/Guid/LzmaDecompress.h
> index 18a6552..49158c9 100644
> --- a/Include/Guid/LzmaDecompress.h
> +++ b/MdeModulePkg/Include/Guid/LzmaDecompress.h
> @@ -2,12 +2,12 @@
>    Lzma Custom decompress algorithm Guid definition.
>  
>  Copyright (c) 2009 - 2012, 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.  
> +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.
>  
>  **/
> @@ -16,14 +16,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER 
> EXPRESS OR IMPLIED.
>  #define __LZMA_DECOMPRESS_GUID_H__
>  
>  ///
> -/// The Global ID used to identify a section of an FFS file of type 
> +/// The Global ID used to identify a section of an FFS file of type
>  /// EFI_SECTION_GUID_DEFINED, whose contents have been compressed using LZMA.
>  ///
>  #define LZMA_CUSTOM_DECOMPRESS_GUID  \
>    { 0xEE4E5898, 0x3914, 0x4259, { 0x9D, 0x6E, 0xDC, 0x7B, 0xD7, 0x94, 0x03, 
> 0xCF } }
>  
>  ///
> -/// The Global ID used to identify a section of an FFS file of type 
> +/// The Global ID used to identify a section of an FFS file of type
>  /// EFI_SECTION_GUID_DEFINED, whose contents have been compressed using LZMA 
> with X86 code Converter.
>  ///
>  #define LZMAF86_CUSTOM_DECOMPRESS_GUID  \
> --
> 2.1.4
> 

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to