[coreboot-gerrit] Patch merged into coreboot/master: 6a2af6f cbfstool/lzma: Avoid use of typedef with structs and enums

gerrit at coreboot.org gerrit at coreboot.org
Wed Jan 29 20:06:28 CET 2014


the following patch was just integrated into master:
commit 6a2af6fc1b8b0307edd0774f91cdd44aaf728a29
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Mon Jan 27 20:57:54 2014 -0600

    cbfstool/lzma: Avoid use of typedef with structs and enums
    
    When typedef is used with structs, enums, and to create new typenames,
    readability suffers. As such, restrict use of typedefs only to
    creating new data types.
    
    The 80 character limit is intentionally ignored in this patch in order
    to make reviewing easier.
    
    Change-Id: I62660b19bccf234128930a047c754bce3ebb6cf8
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>


See http://review.coreboot.org/5070 for details.

-gerrit



More information about the coreboot-gerrit mailing list