[coreboot-gerrit] Patch merged into coreboot/master: cce6662 kconfig: use va_end to match corresponding va_start

gerrit at coreboot.org gerrit at coreboot.org
Mon Apr 6 23:13:31 CEST 2015


the following patch was just integrated into master:
commit cce666207f23bc57845e0533c1c6f761149e0425
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Mon Apr 6 01:14:21 2015 +0200

    kconfig: use va_end to match corresponding va_start
    
    Although on some systems va_end is a no-op, it is good practice
    to use va_end, especially since the manual states:
    
    "Each invocation of va_start() must be matched by a corresponding
    invocation of va_end() in the same function."
    
    Signed-off-by: Colin Ian King <colin.king at canonical.com>
    Signed-off-by: Michal Marek <mmarek at suse.cz>
    
    Change-Id: Ia08a57c37a6294e002cb6ce4c0a010c0d2edf973
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
    Reviewed-on: http://review.coreboot.org/9309
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Marc Jones <marc.jones at se-eng.com>


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

-gerrit



More information about the coreboot-gerrit mailing list