Re: [PATCH 1/2] xen/arm: Correct the coding style of get_cycles

2021-01-05 Thread Julien Grall
Hi Wei, On 05/01/2021 07:19, Wei Chen wrote: It seems the arm inline function get_cycles has used 8 spaces for line indent since 2012. This patch correct them to 4 spaces and remove extra space between function name and bracket. Signed-off-by: Wei Chen Acked-by: Julien Grall Cheers, ---

[PATCH 1/2] xen/arm: Correct the coding style of get_cycles

2021-01-04 Thread Wei Chen
It seems the arm inline function get_cycles has used 8 spaces for line indent since 2012. This patch correct them to 4 spaces and remove extra space between function name and bracket. Signed-off-by: Wei Chen --- xen/include/asm-arm/time.h | 40 +++--- 1 file chang