]> xenbits.xensource.com Git - xen.git/commit
x86: compress lines for immediate return
authorSimran Singhal <singhalsimran0@gmail.com>
Tue, 31 Mar 2020 06:51:21 +0000 (08:51 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 31 Mar 2020 06:51:21 +0000 (08:51 +0200)
commit5af4698d98d881e786c0909b6308f04696586c49
treed44b209233974f36d45dbad7d9cef7b91be830dc
parent922f59a4302939471254b91c921daa5bd7c7e3fa
x86: compress lines for immediate return

Compress two lines into a single line if immediate return statement is found.
It also remove variables retval, freq, effective, vector, ovf and now
as they are no longer needed.

Signed-off-by: Simran Singhal <singhalsimran0@gmail.com>
Reviewed-by: Wei Liu <wl@xen.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/acpi/cpufreq/cpufreq.c
xen/arch/x86/hvm/mtrr.c
xen/arch/x86/hvm/vpic.c
xen/arch/x86/oprofile/op_model_athlon.c
xen/arch/x86/time.c