x86: Fix indirect jmp warning in zimage.c
authorSimon Glass <sjg@chromium.org>
Tue, 23 Oct 2012 18:04:40 +0000 (18:04 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Dec 2012 22:30:40 +0000 (14:30 -0800)
commit1484311286c2a66ed2158c2db443e3cebbc187d0
tree79302e5c3d4b5e0273dd15bfa949192f92d514c9
parent17de114f9f925eb740d813476fe486154fa8df91
x86: Fix indirect jmp warning in zimage.c

This fixes the following warning:

zimage.c:312: Warning: indirect jmp without `*'

Also fixed these warnings to keep checkpatch quiet:

warning: arch/x86/lib/zimage.c,311: unnecessary whitespace before a quoted newline
warning: arch/x86/lib/zimage.c,312: unnecessary whitespace before a quoted newline
warning: arch/x86/lib/zimage.c,313: unnecessary whitespace before a quoted newline

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/zimage.c