mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-11 15:14:03 +08: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);
|
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;
|
return range->pgend < page;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user