[coreboot-gerrit] Patch merged into coreboot/master: drivers/intel/fsp2_0: Add space before *

gerrit at coreboot.org gerrit at coreboot.org
Fri Mar 10 20:07:12 CET 2017


the following patch was just integrated into master:
commit 27de7681122e486f77590b64bf1178b454a3e561
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Fri Mar 10 08:33:16 2017 -0800

    drivers/intel/fsp2_0: Add space before *
    
    Fix the following error detected by checkpatch.pl:
    
    ERROR: "(foo*)" should be "(foo *)"
    
    False positives are generated by checkpatch for the following condition
    which is not properly detecting the variable type:
    ERROR: need consistent spacing around '*' (ctx:WxV)
    The false positives are found in debug.h and upd_display.c
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: I0e871d64544ebf5eacbae46466cf7aefbfa701eb
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
    Reviewed-on: https://review.coreboot.org/18743
    Tested-by: build bot (Jenkins)
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>


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

-gerrit



More information about the coreboot-gerrit mailing list