diff options
author | Mattias Jacobsson <[email protected]> | 2018-11-28 17:16:07 +0100 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2018-11-28 20:06:07 +0100 |
commit | 69be4efeb959147ff86f22e35aea9526f9b86715 (patch) | |
tree | 3277ea3a4c3d134323723fea23b283b02b16776c /arch/x86/include/asm/bootparam_utils.h | |
parent | e8eeb3c8aab044ee8faf5e0389db8518629a9324 (diff) |
x86/boot: Add missing va_end() to die()
Each call to va_start() must have a corresponding call to va_end()
before the end of the function. Add the missing va_end().
Found with Coccinelle.
Signed-off-by: Mattias Jacobsson <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'arch/x86/include/asm/bootparam_utils.h')
0 files changed, 0 insertions, 0 deletions