Commit 0a441275 authored by Mandel Benjamin's avatar Mandel Benjamin Committed by Greg Kroah-Hartman

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: default avatarMandel Benjamin <benyx.mandel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6b0d6284
...@@ -120,9 +120,9 @@ typedef enum { ...@@ -120,9 +120,9 @@ typedef enum {
//Callback used by all services / bulk transfers //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, VCHI_CALLBACK_REASON_T reason,
void *handle ); //for transmitting msg's only void *handle); //for transmitting msg's only
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment