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@xxxxxxxxx> > --- > 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 :( _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel