Commit 3af0c34f authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: fix CamelCase in del_vdisk_iopart

Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 057546f0
...@@ -266,8 +266,8 @@ struct add_vdisk_iopart { ...@@ -266,8 +266,8 @@ struct add_vdisk_iopart {
struct del_vdisk_iopart { struct del_vdisk_iopart {
void *chanptr; /* pointer to data channel */ void *chanptr; /* pointer to data channel */
struct uisscsi_dest vdest; /* scsi bus, target, lun for virt disk */ struct uisscsi_dest vdest; /* scsi bus, target, lun for virt disk */
u32 busNo; u32 bus_no;
u32 devNo; u32 dev_no;
}; };
struct del_virt_iopart { struct del_virt_iopart {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment