From 78260ac625e91d2402d72dd2f8c7109f98c1d19a Mon Sep 17 00:00:00 2001 From: Tair Rzayev Date: Tue, 3 Jun 2014 22:27:21 +0300 Subject: [PATCH] staging: android: binder.c: binder_ioctl() cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit binder_ioctl() is quite huge and checkpatch dirty - mostly because of the amount of code for the BINDER_WRITE_READ and BINDER_SET_CONTEXT_MGR. Moved that code into the new binder_ioctl_write_read() and binder_ioctl_set_ctx_mgr() Signed-off-by: Tair Rzayev Cc: Arve Hjønnevåg Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed