On Tue, Sep 30, 2014 at 12:08:04PM -0400, Benjamin Romer wrote:
> Fix CamelCase names:
> busNo => bus_no
> devNo => dev_no
> 
> Signed-off-by: Benjamin Romer <benjamin.ro...@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 ecdea87..fef5640 100644
> --- a/drivers/staging/unisys/include/uisqueue.h
> +++ b/drivers/staging/unisys/include/uisqueue.h
> @@ -264,8 +264,8 @@ struct add_vdisk_iopart {
>  struct del_vdisk_iopart {
>       void *chanptr;               /* pointer to data channel */
>       struct uisscsi_dest vdest;   /* scsi bus, target, lun for virt disk */
> -     u32 busNo;
> -     u32 devNo;
> +     u32 bus_no;
> +     u32 dev_no;
>  };

Same here, remove unused fields.
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to