From: Isaac Assegai Date: Fri, 19 Jun 2015 04:48:50 +0000 (-0700) Subject: Staging: sm750fb: ddk750_swi2c.h: Replace spaces with tabs X-Git-Tag: v4.2-rc1~88^2~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bf36fa2f7109a3f55c349b616f057dc0a539244d;p=linux-2.6-block.git Staging: sm750fb: ddk750_swi2c.h: Replace spaces with tabs Replace spaces with tabs at the start of lines in ddk750_swi2c.h to rectify the following checkpatch warning: WARNING: please, no spaces at the start of a line Signed-off-by: Isaac Assegai Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sm750fb/ddk750_swi2c.h b/drivers/staging/sm750fb/ddk750_swi2c.h index ec5463b98ddf..e85f864cb3cb 100644 --- a/drivers/staging/sm750fb/ddk750_swi2c.h +++ b/drivers/staging/sm750fb/ddk750_swi2c.h @@ -29,8 +29,8 @@ * 0 - Success */ long swI2CInit( - unsigned char i2cClkGPIO, - unsigned char i2cDataGPIO + unsigned char i2cClkGPIO, + unsigned char i2cDataGPIO ); /* @@ -45,8 +45,8 @@ long swI2CInit( * Register value */ unsigned char swI2CReadReg( - unsigned char deviceAddress, - unsigned char registerIndex + unsigned char deviceAddress, + unsigned char registerIndex ); /* @@ -63,9 +63,9 @@ unsigned char swI2CReadReg( * -1 - Fail */ long swI2CWriteReg( - unsigned char deviceAddress, - unsigned char registerIndex, - unsigned char data + unsigned char deviceAddress, + unsigned char registerIndex, + unsigned char data ); /*