]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: android: ashmem: clean up range inline functions
authorGuillaume Tucker <guillaume.tucker@gmail.com>
Mon, 5 Dec 2016 18:55:38 +0000 (18:55 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Dec 2016 09:18:07 +0000 (10:18 +0100)
commit8d60b476658d2df5f53301a475dc1f7edf3001af
treee36ea0f684d557e013824c284da2e7f2ba5a8f0e
parent40270ca0de2deef44ba53c4fd88dc39fddcd006d
staging: android: ashmem: clean up range inline functions

Clean up the code in inline functions that deal with page and
range addresses.  Use bool instead of int for boolean return
types and remove superfluous brackets.

Signed-off-by: Guillaume Tucker <guillaume.tucker@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ashmem.c