Staging: vc04_services: Fix the "space prohibited" code style errors

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>
This commit is contained in:
Mandel Benjamin 2017-02-15 06:46:16 +09:00 committed by Greg Kroah-Hartman
parent 6b0d6284d9
commit 0a44127501

View 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