Revision: 17943
          http://sourceforge.net/p/edk2/code/17943
Author:   lersek
Date:     2015-07-14 12:00:57 +0000 (Tue, 14 Jul 2015)
Log Message:
-----------
PcAtChipsetPkg: PciHostBridgeDxe: rewrap IoFifo source files to 79 columns

Cc: Ruiyu Ni <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <[email protected]>
Regression-tested-by: Gabriel Somlo <[email protected]>
Reviewed-by: Ruiyu Ni <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>

Modified Paths:
--------------
    trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/Ia32/IoFifo.S
    trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/Ia32/IoFifo.asm
    trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/IoFifo.h
    trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/X64/IoFifo.S
    trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/X64/IoFifo.asm

Modified: trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/Ia32/IoFifo.S
===================================================================
--- trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/Ia32/IoFifo.S    2015-07-14 
08:15:28 UTC (rev 17942)
+++ trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/Ia32/IoFifo.S    2015-07-14 
12:00:57 UTC (rev 17943)
@@ -1,9 +1,10 @@
 #------------------------------------------------------------------------------
 #
 # Copyright (c) 2006 - 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
-# which accompanies this distribution.  The full text of the license may be 
found at
+#
+# 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
 # http://opensource.org/licenses/bsd-license.php.
 #
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,

Modified: trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/Ia32/IoFifo.asm
===================================================================
--- trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/Ia32/IoFifo.asm  2015-07-14 
08:15:28 UTC (rev 17942)
+++ trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/Ia32/IoFifo.asm  2015-07-14 
12:00:57 UTC (rev 17943)
@@ -1,9 +1,10 @@
 ;------------------------------------------------------------------------------
 ;
 ; Copyright (c) 2006 - 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
-; which accompanies this distribution.  The full text of the license may be 
found at
+;
+; 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
 ; http://opensource.org/licenses/bsd-license.php.
 ;
 ; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,

Modified: trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/IoFifo.h
===================================================================
--- trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/IoFifo.h 2015-07-14 08:15:28 UTC 
(rev 17942)
+++ trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/IoFifo.h 2015-07-14 12:00:57 UTC 
(rev 17943)
@@ -2,15 +2,16 @@
   I/O FIFO routines
 
   Copyright (c) 2008 - 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
-  which accompanies this distribution.  The full text of the license may be 
found at
+
+  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
   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.
 
-**/ 
+**/
 
 #ifndef _IO_FIFO_H_INCLUDED_
 #define _IO_FIFO_H_INCLUDED_

Modified: trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/X64/IoFifo.S
===================================================================
--- trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/X64/IoFifo.S     2015-07-14 
08:15:28 UTC (rev 17942)
+++ trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/X64/IoFifo.S     2015-07-14 
12:00:57 UTC (rev 17943)
@@ -1,9 +1,10 @@
 #------------------------------------------------------------------------------
 #
 # Copyright (c) 2006 - 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
-# which accompanies this distribution.  The full text of the license may be 
found at
+#
+# 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
 # http://opensource.org/licenses/bsd-license.php.
 #
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,

Modified: trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/X64/IoFifo.asm
===================================================================
--- trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/X64/IoFifo.asm   2015-07-14 
08:15:28 UTC (rev 17942)
+++ trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/X64/IoFifo.asm   2015-07-14 
12:00:57 UTC (rev 17943)
@@ -1,9 +1,10 @@
 ;------------------------------------------------------------------------------
 ;
 ; Copyright (c) 2006 - 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
-; which accompanies this distribution.  The full text of the license may be 
found at
+;
+; 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
 ; http://opensource.org/licenses/bsd-license.php.
 ;
 ; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to