]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Staging: vc04_services: Fix the "space prohibited" code style errors
authorMandel Benjamin <benyx.mandel@gmail.com>
Tue, 14 Feb 2017 21:46:16 +0000 (06:46 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Feb 2017 18:44:59 +0000 (10:44 -0800)
Fixes the following code style errors:

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

Signed-off-by: Mandel Benjamin <benyx.mandel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchi/vchi_common.h

index cedb24ec64b1449ba34c83ee4377d418d45e4b00..45c2070d46b034223989e8fb79edbe302a8ea794 100644 (file)
@@ -120,9 +120,9 @@ typedef enum {
 
 
 //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