From: Mandel Benjamin Date: Tue, 14 Feb 2017 21:39:52 +0000 (+0900) Subject: Staging: vc04_services: Fix the "wrong indent" code style errors X-Git-Tag: v4.11-rc1~116^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=6b0d6284d9486102350a72418e38e5cfb0055477;p=linux.git 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 --- 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