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:
K Hodges 2019-02-05 23:53:54 -05:00 committed by Greg Kroah-Hartman
parent a180ef30da
commit c4089864e8

View File

@ -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;
}