diff options
author | Xiongwei Song <sxwjean@gmail.com> | 2017-12-14 12:15:42 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-19 10:12:57 +0100 |
commit | 3f827245463a57f5ef64a665e1ca64eed0da00a5 (patch) | |
tree | 67ca0be87a45b838b65c223ad5224861157d4b88 /drivers/nvmem/core.c | |
parent | 8a943bd283ecbaaab26b184717bd2395af1da1e4 (diff) | |
download | linux-3f827245463a57f5ef64a665e1ca64eed0da00a5.tar.gz linux-3f827245463a57f5ef64a665e1ca64eed0da00a5.tar.bz2 linux-3f827245463a57f5ef64a665e1ca64eed0da00a5.zip |
ANDROID: binder: make binder_alloc_new_buf_locked static and indent its arguments
The function binder_alloc_new_buf_locked() is only used in this file, so
make it static. Also clean up sparse warning:
drivers/android/binder_alloc.c:330:23: warning: no previous prototype
for ‘binder_alloc_new_buf_locked’ [-Wmissing-prototypes]
In addition, the line of the function name exceeds 80 characters when
add static for this function, hence indent its arguments anew.
Signed-off-by: Xiongwei Song <sxwjean@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/nvmem/core.c')
0 files changed, 0 insertions, 0 deletions