commit | b65e1a22583efc920fc475ee9d18455124782124 | [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 | 29f4c67189b68b67ab1adbb5a7474a3cca08fc8b [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>