staging: unisys: fix CamelCase definitions in struct io_msgs
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 30 Sep 2014 16:08:06 +0000 (12:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:47:25 +0000 (09:47 -0700)
Clean up CamelCase names:
extPort => ext_port

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 f65e03d01ec6a7f87e4e4fb66da6103e4c293017..fe59337a623011d35798a466051c6127512c0dde 100644 (file)
@@ -316,7 +316,7 @@ struct io_msgs {
                struct det_virt_iopart det_intport;
                struct add_switch_iopart add_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
                                                 * vhbas/allvnics need no
                                                 * parameters */
This page took 0.025857 seconds and 5 git commands to generate.