Re: [PATCH 1/5] staing: vt6655: fix coding style warnings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2012/9/6 Devendra Naga <devendra.aaru@xxxxxxxxx>:
> a) replace spaces with tabs
> b) put the opening brace of get_chip_name below it
>
> Signed-off-by: Devendra Naga <devendra.aaru@xxxxxxxxx>
> ---
>  drivers/staging/vt6655/device_main.c |   21 +++++++++++----------
>  1 file changed, 11 insertions(+), 10 deletions(-)
>
> diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
> index 697617f..e0a9c08 100644
> --- a/drivers/staging/vt6655/device_main.c
> +++ b/drivers/staging/vt6655/device_main.c
> @@ -347,21 +347,22 @@ static int Config_FileGetParameter(unsigned char *string,
>
>
>
> -static char* get_chip_name(int chip_id) {
> -    int i;
> -    for (i=0;chip_info_table[i].name!=NULL;i++)
> -        if (chip_info_table[i].chip_id==chip_id)
> -            break;
> -    return chip_info_table[i].name;
> +static char* get_chip_name(int chip_id)
> +{
> +       int i;
> +       for (i = 0; chip_info_table[i].name != NULL; i++)
> +               if (chip_info_table[i].chip_id == chip_id)
> +                       break;
> +       return chip_info_table[i].name;
>  }
>
>  static void __devexit vt6655_remove(struct pci_dev *pcid)
>  {
> -    PSDevice pDevice=pci_get_drvdata(pcid);
> +       PSDevice pDevice = pci_get_drvdata(pcid);
>
> -    if (pDevice==NULL)
> -        return;
> -    device_free_info(pDevice);
> +       if (pDevice == NULL)
> +               return;
> +       device_free_info(pDevice);
>
>  }
>
> --
> 1.7.9.5
>
Acked-by: Marcos Paulo de Souza <marcos.souza.org@xxxxxxxxx>


-- 
Att,

Marcos Paulo de Souza
Acadêmico de Ciencia da Computação - FURB - SC
"Uma vida sem desafios é uma vida sem razão"
"A life without challenges, is a non reason life"
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux