Commit c4089864 authored by K Hodges's avatar K Hodges Committed by Greg Kroah-Hartman

staging: android: formatting change in ashmem.c

Resolved "Line over 80 characters" warning from checkpatch
Signed-off-by: default avatarK Hodges <khodges42@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a180ef30
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment