Tag: e2a83f328f55b12b896c1467631ca414ac22980f

Staging: android: ashmem.c: Redefine macros as static inline functions

Author: Bhumika Goyal <bhumirks@gmail.com> Convert macros page_in_range and range_before_page into static inline functions as static inline functions are preferred over macros. The change can be done as the arguments at all call sites have the same type. Also, both the macros have same type of arguments and return values. Done using coccinelle: @r@ identifier f; …

Continue reading