From 0a441275018b69deffd35bc22a84fd51c54d7d85 Mon Sep 17 00:00:00 2001 From: Mandel Benjamin Date: Wed, 15 Feb 2017 06:46:16 +0900 Subject: [PATCH] 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 --- drivers/staging/vc04_services/interface/vchi/vchi_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vc04_services/interface/vchi/vchi_common.h b/drivers/staging/vc04_services/interface/vchi/vchi_common.h index cedb24e..45c2070 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 -- 2.7.4