[PATCH v3 2/2] Staging: vc04_services: Fix the "space prohibited" code style errors

Mandel Benjamin benyx.mandel at gmail.com
Tue Feb 14 21:46:16 UTC 2017


Fixes the following code style errors:

ERROR: space prohibited after/before that open/closed parenthesis


Signed-off-by: Mandel Benjamin <benyx.mandel at gmail.com>
---
 drivers/staging/vc04_services/interface/vchi/vchi_common.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/vc04_services/interface/vchi/vchi_common.h b/drivers/staging/vc04_services/interface/vchi/vchi_common.h
index cedb24e..45c2070 100644
--- a/drivers/staging/vc04_services/interface/vchi/vchi_common.h
+++ b/drivers/staging/vc04_services/interface/vchi/vchi_common.h
@@ -120,9 +120,9 @@
 
 
 //Callback used by all services / bulk transfers
-typedef void (*VCHI_CALLBACK_T)( void *callback_param, //my service local param
+typedef void (*VCHI_CALLBACK_T)(void *callback_param, //my service local param
 				 VCHI_CALLBACK_REASON_T reason,
-				 void *handle ); //for transmitting msg's only
+				 void *handle); //for transmitting msg's only
 
 
 
-- 
1.9.1



More information about the devel mailing list