commit | 23c648982b88725f9e2bab4294a7ca8ea368e3bc | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon May 07 21:59:34 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 10 20:38:34 2018 -0400 |
tree | 3fd8d40ae093511c8cea9b9b9da2076c4247f315 | |
parent | e75ac7039a51becdb80ea585443e9c2fdb58f716 [diff] |
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>