From: Ian Campbell Date: Mon, 29 Jul 2013 12:21:04 +0000 (+0100) Subject: xen: arm: align some comments X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6584 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5c9c464718a27c57cf2dc65f4558984e5fee90d6;p=xen.git xen: arm: align some comments Signed-off-by: Ian Campbell Acked-by: Stefano Stabellini --- diff --git a/xen/include/asm-arm/processor.h b/xen/include/asm-arm/processor.h index fa175d905f..25a3ac02cf 100644 --- a/xen/include/asm-arm/processor.h +++ b/xen/include/asm-arm/processor.h @@ -251,11 +251,11 @@ union hsr { unsigned long reg1:5; /* Rt1 */ unsigned long reg2:5; /* Rt2 */ unsigned long sbzp2:1; - unsigned long op1:4; /* Op1 */ - unsigned long cc:4; /* Condition Code */ + unsigned long op1:4; /* Op1 */ + unsigned long cc:4; /* Condition Code */ unsigned long ccvalid:1;/* CC Valid */ - unsigned long len:1; /* Instruction length */ - unsigned long ec:6; /* Exception Class */ + unsigned long len:1; /* Instruction length */ + unsigned long ec:6; /* Exception Class */ } cp64; /* HSR_EC_CP15_64, HSR_EC_CP14_64 */ #ifdef CONFIG_ARM_64