staging: unisys: fix CamelCase struct name NetworkPolicy
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 30 Sep 2014 16:08:01 +0000 (12:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:45:01 +0000 (09:45 -0700)
Clean up CamelCase name:
NetworkPolicy => network_policy

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 b87e0aedd085717bf30d06b273601c492e75149b..52d6e90de93cc83df892fa49c9ee4dca8063a010 100644 (file)
@@ -183,7 +183,7 @@ struct sn_list_entry {
        struct sn_list_entry *next;
 };
 
-struct networkPolicy {
+struct network_policy {
        u32 promiscuous:1;
        u32 macassign:1;
        u32 peerforwarding:1;
This page took 0.027539 seconds and 5 git commands to generate.