From 96a7ea3aa8712ff59ce669084c9c93e128099e96 Mon Sep 17 00:00:00 2001 From: Will Deacon Date: Wed, 16 Nov 2022 17:03:25 +0000 Subject: [PATCH] FROMLIST: firmware: arm_ffa: Move comment before the field it is documenting This is consistent with the other comments in the struct. Bug: 254811097 Co-developed-by: Andrew Walbran Change-Id: I10e9014a0d505fe5e132fb1cd6105b95a3f5f2bf Signed-off-by: Andrew Walbran Signed-off-by: Will Deacon Signed-off-by: Quentin Perret Link: https://lore.kernel.org/r/20221116170335.2341003-3-qperret@google.com --- include/linux/arm_ffa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/arm_ffa.h b/include/linux/arm_ffa.h index 27310b3e9761..f35fc088fd7e 100644 --- a/include/linux/arm_ffa.h +++ b/include/linux/arm_ffa.h @@ -239,11 +239,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; };