From: Mandel Benjamin Date: Tue, 14 Feb 2017 21:46:16 +0000 (+0900) Subject: Staging: vc04_services: Fix the "space prohibited" code style errors X-Git-Tag: v4.11-rc1~116^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0a441275018b69deffd35bc22a84fd51c54d7d85;p=linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vc04_services/interface/vchi/vchi_common.h b/drivers/staging/vc04_services/interface/vchi/vchi_common.h index cedb24ec64b1..45c2070d46b0 100644 --- a/drivers/staging/vc04_services/interface/vchi/vchi_common.h +++ b/drivers/staging/vc04_services/interface/vchi/vchi_common.h @@ -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