Skip to content

Commit 6b0d628

Browse files
benyxxxxxgregkh
authored andcommitted
Staging: vc04_services: Fix the "wrong indent" code style errors
Fixes the following code style errors: ERROR: code indent should use tabs where possible Signed-off-by: Mandel Benjamin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 66812da commit 6b0d628

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
@@ -121,8 +121,8 @@ typedef enum {
121121

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

127127

128128

0 commit comments

Comments
 (0)