]> git.sur5r.net Git - u-boot/commit
xyz-modem: va_start() must be matched by va_end()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 7 May 2018 19:59:34 +0000 (21:59 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 May 2018 00:38:34 +0000 (20:38 -0400)
commit23c648982b88725f9e2bab4294a7ca8ea368e3bc
tree3fd8d40ae093511c8cea9b9b9da2076c4247f315
parente75ac7039a51becdb80ea585443e9c2fdb58f716
xyz-modem: va_start() must be matched by va_end()

Every va_start() call must be matched by a va_end() call.

scripts/checkpatch.pl required reformatting the complete function
zm_dprintf().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
common/xyzModem.c