提交 0a441275 编写于 作者: M Mandel Benjamin 提交者: 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: NMandel Benjamin <benyx.mandel@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 6b0d6284
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册