[coreboot-gerrit] New patch to review for coreboot: src/include: Add space before (

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Wed Mar 8 01:21:35 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/18645

-gerrit

commit db90fd6ed5d737a1e396df669a2fbe1798ce35c8
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Tue Mar 7 12:06:44 2017 -0800

    src/include: Add space before (
    
    Fix the following error detected by checkpatch.py:
    
    ERROR: space required before the open parenthesis '('
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: I6969e63f750f327afff1a0efa1aab56d477af0df
    Signed-off-by: Lee Leahy <Leroy.P.Leahy at intel.com>
---
 src/include/bootstate.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/bootstate.h b/src/include/bootstate.h
index 8f2f8b8..4a45d95 100644
--- a/src/include/bootstate.h
+++ b/src/include/bootstate.h
@@ -150,7 +150,7 @@ struct boot_state_callback {
 		INIT_BOOT_STATE_CALLBACK_DEBUG(bscb_)	\
 		bscb_->callback = func_;		\
 		bscb_->arg = arg_			\
-	} while(0)
+	} while (0)
 
 /* The following 2 functions schedule a callback to be called on entry/exit
  * to a given state. Note that there are no ordering guarantees between the



More information about the coreboot-gerrit mailing list