[coreboot-gerrit] Patch merged into coreboot/master: src/lib: Add "int" following "unsigned"

gerrit at coreboot.org gerrit at coreboot.org
Thu Mar 9 17:24:21 CET 2017


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

    src/lib: Add "int" following "unsigned"
    
    Fix the following warning detected by checkpatch.pl:
    
    WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
    
    The remaining 37 warnings in gcov-io.c and libgcov.c are all false
    positives generated by checkpatch detecting a symbol or function name
    ending in _unsigned.
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: I9f1b71993caca8b3eb3f643525534a937d365ab3
    Signed-off-by: Lee Leahy <Leroy.P.Leahy at intel.com>
    Reviewed-on: https://review.coreboot.org/18695
    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/18695 for details.

-gerrit



More information about the coreboot-gerrit mailing list