commit | 0f5afdd2389d983d38030ff95d2a07373a5550fc | [log] [tgz] |
---|---|---|
author | Cruz Julian Bishop <cruzjbishop@gmail.com> | Sat Dec 22 09:00:44 2012 +1000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 07 14:59:57 2013 -0800 |
tree | 1dac4a3d78cc3376a60279b72fd555a4b727dcf2 | |
parent | 94b84e4510f5b625d74e410103d49dfce826a41d [diff] |
staging: android: Avoid using camelcase in binder.h This changes the following: 1: BinderDriverReturnProtocol -> binder_driver_return_protocol 2: BinderDriverCommandProtocol -> binder_driver_return_protocol These enums are not currently used, but still generate noise in checkpatch. Well, did. They don't now :) Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>