mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 15:16:42 +07:00
staging: android: formatting change in ashmem.c
Resolved "Line over 80 characters" warning from checkpatch Signed-off-by: K Hodges <khodges42@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a180ef30da
commit
c4089864e8
@ -126,7 +126,8 @@ static inline bool page_range_in_range(struct ashmem_range *range,
|
||||
page_range_subsumes_range(range, start, end);
|
||||
}
|
||||
|
||||
static inline bool range_before_page(struct ashmem_range *range, size_t page)
|
||||
static inline bool range_before_page(struct ashmem_range *range,
|
||||
size_t page)
|
||||
{
|
||||
return range->pgend < page;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user