Hi Ayan, >>> +/* Hypervisor Protection Region Base Address Register */ >>> +typedef union { >>> + struct { >>> + unsigned int xn:1; /* Execute-Never */ >>> + unsigned int ap_0:1; /* Acess Permission */ >>> + unsigned long ro:1; /* Access Permission AP[1] */ >>> + unsigned int sh:2; /* Sharebility */ >> Typo: Sharebility -> Shareability. > Ack >> >> Also, from the patch the comments feels not aligned, is that the case? > When you apply the patch, the comments look aligned (in the codebase). Does > it look the same for you ?
I didn’t apply the patch, ok then it’s just in my client I see it not aligned, sorry for the noise! Cheers, Luca