From 6b0d6284d9486102350a72418e38e5cfb0055477 Mon Sep 17 00:00:00 2001 From: Mandel Benjamin Date: Wed, 15 Feb 2017 06:39:52 +0900 Subject: [PATCH] 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 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 3f7d8438fe09..cedb24ec64b1 100644 --- a/drivers/staging/vc04_services/interface/vchi/vchi_common.h +++ b/drivers/staging/vc04_services/interface/vchi/vchi_common.h @@ -121,8 +121,8 @@ typedef enum { //Callback used by all services / bulk transfers typedef void (*VCHI_CALLBACK_T)( void *callback_param, //my service local param - VCHI_CALLBACK_REASON_T reason, - void *handle ); //for transmitting msg's only + VCHI_CALLBACK_REASON_T reason, + void *handle ); //for transmitting msg's only -- 2.45.2