1
0
Fork 0

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>
hifive-unleashed-5.1
K Hodges 2019-02-05 23:53:54 -05:00 committed by Greg Kroah-Hartman
parent a180ef30da
commit c4089864e8
1 changed files with 2 additions and 1 deletions

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