[PATCH] staging: sm750fb: Fixed no space warnings

Greg KH gregkh at linuxfoundation.org
Fri Mar 20 12:58:45 UTC 2015


On Fri, Mar 13, 2015 at 08:48:21PM -0700, Ragavendra Nagraj wrote:
> This patch fixes the no spaces warning identified by the checkpath.pl
> script for the entire ddk750_chip.c file by using appropriate tab spaces
> instead.
> 
> Signed-off-by: Ragavendra Nagraj <ragavendra.bn at gmail.com>
> ---
>  drivers/staging/sm750fb/ddk750_chip.c |  364 ++++++++++++++++-----------------
>  1 file changed, 182 insertions(+), 182 deletions(-)
> 
> diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c
> index b71169e..4567e08 100644
> --- a/drivers/staging/sm750fb/ddk750_chip.c
> +++ b/drivers/staging/sm750fb/ddk750_chip.c
> @@ -20,22 +20,22 @@ logical_chip_type_t getChipType()
>  	physicalID = devId750;//either 0x718 or 0x750
>  	physicalRev = revId750;
>  
> -    if (physicalID == 0x718)
> -    {
> -        chip = SM718;
> -    }
> -    else if (physicalID == 0x750)
> -    {
> -        chip = SM750;
> +	if (physicalID == 0x718)
> +	{
> +	chip = SM718;
> +	}
> +	else if (physicalID == 0x750)
> +	{
> +	chip = SM750;

You are not indenting properly here :(



More information about the devel mailing list