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 b87e0ae..52d6e90 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;