forked from Minki/linux
staging: unisys: fix CamelCase struct name NetworkPolicy
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>
This commit is contained in:
parent
059ec04b64
commit
c6d40f4258
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user