From: Will Deacon Date: Wed, 16 Nov 2022 17:03:25 +0000 (+0000) Subject: firmware: arm_ffa: Move comment before the field it is documenting X-Git-Tag: v6.6.7~3877^2~16^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8e320b00a2a720862b9c028153c681b1a50aa61;p=platform%2Fkernel%2Flinux-starfive.git firmware: arm_ffa: Move comment before the field it is documenting This is consistent with the other comments in the struct. Co-developed-by: Andrew Walbran Signed-off-by: Andrew Walbran Signed-off-by: Quentin Perret Reviewed-by: Sudeep Holla Link: https://lore.kernel.org/r/20221116170335.2341003-3-qperret@google.com Signed-off-by: Will Deacon --- diff --git a/include/linux/arm_ffa.h b/include/linux/arm_ffa.h index daff44d77..c87aeec 100644 --- a/include/linux/arm_ffa.h +++ b/include/linux/arm_ffa.h @@ -244,11 +244,11 @@ struct ffa_mem_region_attributes { */ #define FFA_MEM_RETRIEVE_SELF_BORROWER BIT(0) u8 flag; - u32 composite_off; /* * Offset in bytes from the start of the outer `ffa_memory_region` to * an `struct ffa_mem_region_addr_range`. */ + u32 composite_off; u64 reserved; };