net: mark net_proto_ops as const
All usages of structure net_proto_ops should be declared const. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
f7734fdf61
commit
ec1b4cf74c
@@ -1101,7 +1101,7 @@ static const struct proto_ops rfcomm_sock_ops = {
|
||||
.mmap = sock_no_mmap
|
||||
};
|
||||
|
||||
static struct net_proto_family rfcomm_sock_family_ops = {
|
||||
static const struct net_proto_family rfcomm_sock_family_ops = {
|
||||
.family = PF_BLUETOOTH,
|
||||
.owner = THIS_MODULE,
|
||||
.create = rfcomm_sock_create
|
||||
|
Reference in New Issue
Block a user