[coreboot-gerrit] New patch to review for coreboot: 3efa97f device: Trivial - drop trailing blank lines at EOF

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Mon Jul 7 16:02:38 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6204

-gerrit

commit 3efa97fe1830b9b4f978eb01c8d6a88ef26a3f25
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Mon Jul 7 23:49:00 2014 +1000

    device: Trivial - drop trailing blank lines at EOF
    
    Change-Id: I50a5177a8bad5dada862f30c5c9421f08b0e1686
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/device/cpu_device.c                    | 1 -
 src/device/device_romstage.c               | 1 -
 src/device/oprom/realmode/x86.c            | 1 -
 src/device/oprom/realmode/x86_interrupts.c | 1 -
 src/device/oprom/x86emu/decode.c           | 3 ---
 src/device/oprom/x86emu/prim_ops.c         | 1 -
 6 files changed, 8 deletions(-)

diff --git a/src/device/cpu_device.c b/src/device/cpu_device.c
index abb0d1f..e76b539 100644
--- a/src/device/cpu_device.c
+++ b/src/device/cpu_device.c
@@ -68,4 +68,3 @@ void set_cpu_topology(device_t cpu, unsigned node, unsigned package, unsigned co
 	cpu->path.apic.core_id = core;
 	cpu->path.apic.thread_id = thread;
 }
-
diff --git a/src/device/device_romstage.c b/src/device/device_romstage.c
index 6dcf6d2..987fdad 100644
--- a/src/device/device_romstage.c
+++ b/src/device/device_romstage.c
@@ -101,4 +101,3 @@ ROMSTAGE_CONST struct device *dev_find_slot_on_smbus(unsigned int bus,
 	}
 	return result;
 }
-
diff --git a/src/device/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c
index e57f1c0..e25c536 100644
--- a/src/device/oprom/realmode/x86.c
+++ b/src/device/oprom/realmode/x86.c
@@ -512,4 +512,3 @@ int asmlinkage interrupt_handler(u32 intnumber,
 	 * but keep it around so its expectations are met */
 	return ret;
 }
-
diff --git a/src/device/oprom/realmode/x86_interrupts.c b/src/device/oprom/realmode/x86_interrupts.c
index 383c736..1ee6979 100644
--- a/src/device/oprom/realmode/x86_interrupts.c
+++ b/src/device/oprom/realmode/x86_interrupts.c
@@ -232,4 +232,3 @@ int int1a_handler(void)
 
 	return retval;
 }
-
diff --git a/src/device/oprom/x86emu/decode.c b/src/device/oprom/x86emu/decode.c
index 3d3f77d..d59583c 100644
--- a/src/device/oprom/x86emu/decode.c
+++ b/src/device/oprom/x86emu/decode.c
@@ -1144,6 +1144,3 @@ unsigned decode_rmXX_address(int mod, int rm)
     return decode_rm01_address(rm);
   return decode_rm10_address(rm);
 }
-
-
-
diff --git a/src/device/oprom/x86emu/prim_ops.c b/src/device/oprom/x86emu/prim_ops.c
index e73f217..08a22bd 100644
--- a/src/device/oprom/x86emu/prim_ops.c
+++ b/src/device/oprom/x86emu/prim_ops.c
@@ -2493,4 +2493,3 @@ void x86emu_cpuid(void)
         break;
     }
 }
-



More information about the coreboot-gerrit mailing list