[coreboot-gerrit] New patch to review for coreboot: soc/intel/apollolake: Move brace to beginning of line

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Thu Mar 9 20:21:01 CET 2017


Lee Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18722

-gerrit

commit a96e2a5cf2b96195a4e7bfc115068d8fe4564114
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Thu Mar 9 09:53:58 2017 -0800

    soc/intel/apollolake: Move brace to beginning of line
    
    Fix the following error detected by checkpatch.pl:
    
    ERROR: open brace '{' following function declarations go on the next line
    
    TEST=Build for reef
    
    Change-Id: Icb92dc49c6e7b8dfea60bc0395f3db7316c4e34c
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/soc/intel/apollolake/chip.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c
index e04c1b3..23f55cf 100644
--- a/src/soc/intel/apollolake/chip.c
+++ b/src/soc/intel/apollolake/chip.c
@@ -313,8 +313,8 @@ static void soc_final(void *data)
 	global_reset_lock();
 }
 
-static void disable_dev(struct device *dev, FSP_S_CONFIG *silconfig) {
-
+static void disable_dev(struct device *dev, FSP_S_CONFIG *silconfig)
+{
 	switch (dev->path.pci.devfn) {
 	case ISH_DEVFN:
 		silconfig->IshEnable = 0;



More information about the coreboot-gerrit mailing list