[PATCH 19/67] staging: unisys: fix CamelCase names in struct add_vdisk_iopart

Greg KH gregkh at linuxfoundation.org
Thu Oct 2 16:45:37 UTC 2014


On Tue, Sep 30, 2014 at 12:08:03PM -0400, Benjamin Romer wrote:
> Fix CamelCase names:
> busNo => bus_no
> devNo => dev_no
> 
> Signed-off-by: Benjamin Romer <benjamin.romer at unisys.com>
> ---
>  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 4145d2d..ecdea87 100644
> --- a/drivers/staging/unisys/include/uisqueue.h
> +++ b/drivers/staging/unisys/include/uisqueue.h
> @@ -257,8 +257,8 @@ struct add_vdisk_iopart {
>  	struct uisscsi_dest pdest;    /* scsi bus, target, lun for phys disk */
>  	u8 sernum[MAX_SERIAL_NUM];    /* serial num of physical disk */
>  	u32 serlen;		      /* length of serial num */
> -	u32 busNo;
> -	u32 devNo;
> +	u32 bus_no;
> +	u32 dev_no;
>  };

as these fields aren't being used, please remove.


More information about the devel mailing list