aboutsummaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:50:45 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 15:56:17 +0000
commitf219cd8342ba8088eb3c48aac71d4975a35527ac (patch)
tree7525ab4ab00ee769b65b074c77663c41c0642926 /src/device
parent0dd92f8222f9210ff7d33072ae197ed785cd38aa (diff)
src/device: Drop unneeded empty lines
Change-Id: Ief990b4174d13b3472ac75a042ae8d878640dda3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44608 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/device')
-rw-r--r--src/device/dram/ddr3.c1
-rw-r--r--src/device/hypertransport.c1
-rw-r--r--src/device/oprom/x86emu/decode.c1
-rw-r--r--src/device/oprom/x86emu/prim_ops.c1
-rw-r--r--src/device/oprom/x86emu/sys.c2
-rw-r--r--src/device/oprom/yabel/compat/of.h3
-rw-r--r--src/device/oprom/yabel/compat/rtas.h1
-rw-r--r--src/device/oprom/yabel/device.c2
-rw-r--r--src/device/oprom/yabel/device.h1
-rw-r--r--src/device/oprom/yabel/interrupt.c1
-rw-r--r--src/device/pci_device.c1
11 files changed, 0 insertions, 15 deletions
diff --git a/src/device/dram/ddr3.c b/src/device/dram/ddr3.c
index 461fb65ea9..ab6d828b1d 100644
--- a/src/device/dram/ddr3.c
+++ b/src/device/dram/ddr3.c
@@ -493,7 +493,6 @@ int spd_xmp_decode_ddr3(dimm_attr *dimm,
return ret;
}
-
/**
* Fill cbmem with information for SMBIOS type 17.
*
diff --git a/src/device/hypertransport.c b/src/device/hypertransport.c
index a9f922fdf3..068c489b05 100644
--- a/src/device/hypertransport.c
+++ b/src/device/hypertransport.c
@@ -308,7 +308,6 @@ static unsigned int do_hypertransport_scan_chain(struct bus *bus, unsigned int m
}
} while ((ctrl & (1 << 5)) == 0);
-
/* Get and setup the device_structure. */
dev = ht_scan_get_devs(&old_devices);
diff --git a/src/device/oprom/x86emu/decode.c b/src/device/oprom/x86emu/decode.c
index 3b7bde727a..06d7f314fe 100644
--- a/src/device/oprom/x86emu/decode.c
+++ b/src/device/oprom/x86emu/decode.c
@@ -1122,7 +1122,6 @@ unsigned int decode_rm10_address(
return 0; /* SHOULD NOT HAPPEN */
}
-
/****************************************************************************
PARAMETERS:
mod - modifier
diff --git a/src/device/oprom/x86emu/prim_ops.c b/src/device/oprom/x86emu/prim_ops.c
index 3c4a8caf5b..d794ecb46c 100644
--- a/src/device/oprom/x86emu/prim_ops.c
+++ b/src/device/oprom/x86emu/prim_ops.c
@@ -129,7 +129,6 @@ static u32 x86emu_parity_tab[8] =
/*----------------------------- Implementation ----------------------------*/
-
/*--------- Side effects helper functions -------*/
/****************************************************************************
diff --git a/src/device/oprom/x86emu/sys.c b/src/device/oprom/x86emu/sys.c
index 06f240c5a7..538660894f 100644
--- a/src/device/oprom/x86emu/sys.c
+++ b/src/device/oprom/x86emu/sys.c
@@ -199,8 +199,6 @@ void X86API wrl(u32 addr, u32 val)
DB(if (DEBUG_MEM_TRACE())
printf("%#08x 4 <- %#x\n", addr, val);)
-
-
}
/****************************************************************************
diff --git a/src/device/oprom/yabel/compat/of.h b/src/device/oprom/yabel/compat/of.h
index ce910f7e69..8cec44fe97 100644
--- a/src/device/oprom/yabel/compat/of.h
+++ b/src/device/oprom/yabel/compat/of.h
@@ -31,7 +31,6 @@
* IBM Corporation - initial implementation
*****************************************************************************/
-
#ifndef OF_H
#define OF_H
#define p32 int
@@ -48,7 +47,6 @@ typedef struct
unsigned int args[16];
} of_arg_t;
-
phandle_t of_finddevice (const char *);
phandle_t of_peer(phandle_t);
phandle_t of_child(phandle_t);
@@ -56,7 +54,6 @@ phandle_t of_parent(phandle_t);
int of_getprop(phandle_t, const char *, void *, int);
void *of_call_method_3(const char *, ihandle_t, int);
-
ihandle_t of_open(const char *);
void of_close(ihandle_t);
int of_read(ihandle_t, void *, int);
diff --git a/src/device/oprom/yabel/compat/rtas.h b/src/device/oprom/yabel/compat/rtas.h
index ccad9e958b..021f51e723 100644
--- a/src/device/oprom/yabel/compat/rtas.h
+++ b/src/device/oprom/yabel/compat/rtas.h
@@ -31,7 +31,6 @@
* IBM Corporation - initial implementation
*****************************************************************************/
-
#ifndef RTAS_H
#define RTAS_H
diff --git a/src/device/oprom/yabel/device.c b/src/device/oprom/yabel/device.c
index 4a50068faf..2c98578c7d 100644
--- a/src/device/oprom/yabel/device.c
+++ b/src/device/oprom/yabel/device.c
@@ -32,7 +32,6 @@
* IBM Corporation - initial implementation
*****************************************************************************/
-
#include "device.h"
#include "compat/rtas.h"
#include <string.h>
@@ -150,7 +149,6 @@ biosemu_dev_get_addr_info(void)
void translate_address_dev(u64 *, phandle_t);
u64 get_puid(phandle_t node);
-
// scan all addresses assigned to the device ("assigned-addresses" and "reg")
// store in translate_address_array for faster translation using dev_translate_address
void
diff --git a/src/device/oprom/yabel/device.h b/src/device/oprom/yabel/device.h
index 0fe9e00abe..37440a8051 100644
--- a/src/device/oprom/yabel/device.h
+++ b/src/device/oprom/yabel/device.h
@@ -40,7 +40,6 @@
#include "compat/of.h"
#include "debug.h"
-
// a Expansion Header Struct as defined in Plug and Play BIOS Spec 1.0a Chapter 3.2
typedef struct {
char signature[4]; // signature
diff --git a/src/device/oprom/yabel/interrupt.c b/src/device/oprom/yabel/interrupt.c
index 338156f8ed..968e471992 100644
--- a/src/device/oprom/yabel/interrupt.c
+++ b/src/device/oprom/yabel/interrupt.c
@@ -48,7 +48,6 @@
#include <device/pci.h>
#include <device/pci_ops.h>
-
//setup to run the code at the address, that the Interrupt Vector points to...
static void
setupInt(int intNum)
diff --git a/src/device/pci_device.c b/src/device/pci_device.c
index 3623c3b564..8a6f123969 100644
--- a/src/device/pci_device.c
+++ b/src/device/pci_device.c
@@ -25,7 +25,6 @@
#include <timestamp.h>
#include <types.h>
-
u8 pci_moving_config8(struct device *dev, unsigned int reg)
{
u8 value, ones, zeroes;