On 2020-11-19 11:14, David Brazdil wrote:
Hey Marc,
Just noticed in kvmarm/queue that the whitespacing in this patch is
off.
+.macro kimg_pa reg, tmp
+alternative_cb kvm_get_kimage_voffset
+ movz \tmp, #0
+ movk \tmp, #0, lsl #16
+ movk \tmp, #0, lsl #32
+ movk \tmp, #0, lsl #48
+alternative_cb_end
+
+ /* reg = __pa(reg) */
+ sub \reg, \reg, \tmp
+.endm
This uses spaces instead of tabs.
+
#else
This added empty line actually has a tab in it.
Well spotted. Now fixed.
Thanks,
M.
--
Jazz is not dead. It just smells funny...