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

Reply via email to