staging: unisys: fix CamelCase names in del_virt_iopart

Clean up 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>
This commit is contained in:
Benjamin Romer 2014-09-30 12:08:05 -04:00 committed by Greg Kroah-Hartman
parent 3af0c34f6b
commit 7867499b13

View file

@ -272,8 +272,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;
};
struct det_virt_iopart { /* detach internal port */