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

gerrit at coreboot.org gerrit at coreboot.org
Thu Mar 9 17:27:07 CET 2017


the following patch was just integrated into master:
commit b2d834a93afe129851f9aa7400f3fb2f42be20a4
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Wed Mar 8 16:52:22 2017 -0800

    src/lib: Fix space between type, * and variable name
    
    Fix the following errors detected by checkpatch.pl:
    
    ERROR: "foo* bar" should be "foo *bar"
    ERROR: "(foo*)" should be "(foo *)"
    ERROR: "foo * const * bar" should be "foo * const *bar"
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: I0d20ca360d8829f7d7670bacf0da4a0300bfb0c1
    Signed-off-by: Lee Leahy <Leroy.P.Leahy at intel.com>
    Reviewed-on: https://review.coreboot.org/18696
    Tested-by: build bot (Jenkins)
    Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude at gmail.com>
    Reviewed-by: Arthur Heymans <arthur at aheymans.xyz>


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

-gerrit



More information about the coreboot-gerrit mailing list