Skip to content

Commit c8e320b

Browse files
committed
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 <[email protected]> Signed-off-by: Andrew Walbran <[email protected]> Signed-off-by: Quentin Perret <[email protected]> Reviewed-by: Sudeep Holla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 229d58e commit c8e320b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/arm_ffa.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,11 @@ struct ffa_mem_region_attributes {
244244
*/
245245
#define FFA_MEM_RETRIEVE_SELF_BORROWER BIT(0)
246246
u8 flag;
247-
u32 composite_off;
248247
/*
249248
* Offset in bytes from the start of the outer `ffa_memory_region` to
250249
* an `struct ffa_mem_region_addr_range`.
251250
*/
251+
u32 composite_off;
252252
u64 reserved;
253253
};
254254

0 commit comments

Comments
 (0)