[coreboot-gerrit] Patch set updated for coreboot: src/include: Remove space after &

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Wed Mar 8 20:06:13 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/18648

-gerrit

commit fbc414c269eea60b8421fb541c4b42482670d85f
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Tue Mar 7 13:00:08 2017 -0800

    src/include: Remove space after &
    
    Fix the following error detected by checkpatch.pl:
    
    ERROR: space prohibited after that '&' (ctx:ExW)
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: Ied8b4c00fc57a35ed4d649264a5ff1b8dcc6a1cd
    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 66f3dcc..26598f7 100644
--- a/src/include/bootstate.h
+++ b/src/include/bootstate.h
@@ -197,7 +197,7 @@ struct boot_state_init_entry {
 	};								\
 	static struct boot_state_init_entry *				\
 		bsie_ ## func_ ##_## state_ ##_## when_ BOOT_STATE_INIT_ATTR = \
-		& func_ ##_## state_ ##_## when_;
+		&func_ ##_## state_ ##_## when_;
 
 /* Hook per arch when coreboot is exiting to payload or ACPI OS resume. It's
  * the very last thing done before the transition. */



More information about the coreboot-gerrit mailing list