mirror of https://gitee.com/openkylin/linux.git
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