Commit 0014c3cc authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: fix CamelCase definitions in struct io_msgs

Clean up CamelCase names:
extPort => ext_port
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7867499b
...@@ -316,7 +316,7 @@ struct io_msgs { ...@@ -316,7 +316,7 @@ struct io_msgs {
struct det_virt_iopart det_intport; struct det_virt_iopart det_intport;
struct add_switch_iopart add_switch; struct add_switch_iopart add_switch;
struct del_switch_iopart del_switch; struct del_switch_iopart del_switch;
struct extport_info *extPort; /* for attach or detach struct extport_info *ext_port; /* for attach or detach
* pnic/generic delete all * pnic/generic delete all
* vhbas/allvnics need no * vhbas/allvnics need no
* parameters */ * parameters */
......
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