Skip to content

Commit 0a44127

Browse files
benyxxxxxgregkh
authored andcommitted
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>
1 parent 6b0d628 commit 0a44127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/staging/vc04_services/interface/vchi/vchi_common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ typedef enum {
120120

121121

122122
//Callback used by all services / bulk transfers
123-
typedef void (*VCHI_CALLBACK_T)( void *callback_param, //my service local param
123+
typedef void (*VCHI_CALLBACK_T)(void *callback_param, //my service local param
124124
VCHI_CALLBACK_REASON_T reason,
125-
void *handle ); //for transmitting msg's only
125+
void *handle); //for transmitting msg's only
126126

127127

128128

0 commit comments

Comments
 (0)