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

Reply via email to