]> git.baikalelectronics.ru Git - uboot.git/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)
commit41f12a187b1b96f09cc6ea331a94498b6ef733fe
tree3fd8d40ae093511c8cea9b9b9da2076c4247f315
parent81e24d11106d0b1f4df3d1e3b9bd7b0f3ef115d7
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