From: Cruz Julian Bishop Date: Fri, 21 Dec 2012 23:00:44 +0000 (+1000) Subject: staging: android: Avoid using camelcase in binder.h X-Git-Tag: v3.9-rc1~127^2~498 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f5afdd2389d983d38030ff95d2a07373a5550fc;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed