Re: [PATCH 21/67] staging: unisys: fix CamelCase names in del_virt_iopart

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

 



On Tue, Sep 30, 2014 at 12:08:05PM -0400, Benjamin Romer wrote:
> Clean up CamelCase names:
> busNo => bus_no
> devNo => dev_no
> 
> Signed-off-by: Benjamin Romer <benjamin.romer@xxxxxxxxxx>
> ---
>  drivers/staging/unisys/include/uisqueue.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h
> index fef5640..f4ba4b8 100644
> --- a/drivers/staging/unisys/include/uisqueue.h
> +++ b/drivers/staging/unisys/include/uisqueue.h
> @@ -270,8 +270,8 @@ struct del_vdisk_iopart {
>  
>  struct del_virt_iopart {
>  	void *chanptr;		     /* pointer to data channel */
> -	u32 busNo;
> -	u32 devNo;
> +	u32 bus_no;
> +	u32 dev_no;
>  };

More fields to remove.
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-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