staging: unisys: fix CamelCase in del_vdisk_iopart
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 30 Sep 2014 16:08:04 +0000 (12:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:46:09 +0000 (09:46 -0700)
Fix CamelCase names:
busNo => bus_no
devNo => dev_no

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/include/uisqueue.h

index 16c7683e266911adf8b51b8b7b88d1ec237bfa2f..862768c207a0e2a74034380c63c3943e5cf6767b 100644 (file)
@@ -266,8 +266,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;
 };
 
 struct del_virt_iopart {
This page took 0.037002 seconds and 5 git commands to generate.