mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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 <qwandor@google.com> Change-Id: I10e9014a0d505fe5e132fb1cd6105b95a3f5f2bf Signed-off-by: Andrew Walbran <qwandor@google.com> Signed-off-by: Will Deacon <will@kernel.org> Signed-off-by: Quentin Perret <qperret@google.com> Link: https://lore.kernel.org/r/20221116170335.2341003-3-qperret@google.com
This commit is contained in:
committed by
Quentin Perret
parent
1cafec0ee6
commit
96a7ea3aa8
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user