[PATCH] Staging: vc04_services: Fix the "wrong indent" and "extra space" code style errors

beny benyx.mandel at gmail.com
Sat Feb 11 10:11:31 UTC 2017


This patch fixes the following code style errors:

ERROR: code indent should use tabs where possible
ERROR: space prohibited after that open parenthesis '('

Signed-off-by: Mandel Benjamin <benyx.mandel at gmail.com>

diff --git a/drivers/staging/vc04_services/interface/vchi/vchi_common.h b/drivers/staging/vc04_services/interface/vchi/vchi_common.h
index 3f7d843..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
-                                 VCHI_CALLBACK_REASON_T reason,
-                                 void *handle ); //for transmitting msg's only
+typedef void (*VCHI_CALLBACK_T)(void *callback_param, //my service local param
+				 VCHI_CALLBACK_REASON_T reason,
+				 void *handle); //for transmitting msg's only
 
 
 


More information about the devel mailing list