Messages in this thread |  | | From | Bhumika Goyal <> | Subject | [PATCH 0/7] net: make some structures const | Date | Fri, 25 Aug 2017 19:51:40 +0530 |
| |
Make these const as they are not modified.
Bhumika Goyal (7): Bluetooth: 6lowpan: make header_ops const bridge: make ebt_table const ieee802154: 6lowpan: make header_ops const ipv4: make net_protocol const RDS: make rhashtable_params const netfilter: nat: make rhashtable_params const SUNRPC: make kvec const
net/bluetooth/6lowpan.c | 2 +- net/bridge/netfilter/ebtable_nat.c | 2 +- net/ieee802154/6lowpan/core.c | 2 +- net/ipv4/af_inet.c | 4 ++-- net/netfilter/nf_nat_core.c | 2 +- net/rds/bind.c | 2 +- net/sunrpc/xdr.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-)
-- 1.9.1
|  |