Commit 7867499b authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: fix CamelCase names in del_virt_iopart

Clean up 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 3af0c34f
...@@ -272,8 +272,8 @@ struct del_vdisk_iopart { ...@@ -272,8 +272,8 @@ struct del_vdisk_iopart {
struct del_virt_iopart { struct del_virt_iopart {
void *chanptr; /* pointer to data channel */ void *chanptr; /* pointer to data channel */
u32 busNo; u32 bus_no;
u32 devNo; u32 dev_no;
}; };
struct det_virt_iopart { /* detach internal port */ struct det_virt_iopart { /* detach internal port */
......
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