[coreboot-gerrit] Patch merged into coreboot/master: src/include: Fix space between type, * and variable name

gerrit at coreboot.org gerrit at coreboot.org
Mon Mar 13 17:18:41 CET 2017


the following patch was just integrated into master:
commit 6d71a43af5e18229364523bb1f8f62b30ac7cd8c
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Tue Mar 7 15:24:16 2017 -0800

    src/include: Fix space between type, * and variable name
    
    Fix the following errors detected by checkpatch.pl:
    
    ERROR: "foo * bar" should be "foo *bar"
    ERROR: "foo* bar" should be "foo *bar"
    ERROR: "foo*bar" should be "foo *bar"
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: I5a3ff8b92e3ceecb4ddf45d8840454d5310fc6b3
    Signed-off-by: Lee Leahy <Leroy.P.Leahy at intel.com>
    Reviewed-on: https://review.coreboot.org/18655
    Reviewed-by: Martin Roth <martinroth at google.com>
    Tested-by: build bot (Jenkins)


See https://review.coreboot.org/18655 for details.

-gerrit



More information about the coreboot-gerrit mailing list