Skip to content

Commit

Permalink
Staging: vc04_services: Fix the "space prohibited" code style errors
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mandel Benjamin authored and Greg Kroah-Hartman committed Feb 16, 2017
1 parent 6b0d628 commit 0a44127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/vc04_services/interface/vchi/vchi_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 0a44127

Please sign in to comment.