]> git.baikalelectronics.ru Git - kernel.git/commit
bridge: make ebt_table const
authorBhumika Goyal <bhumirks@gmail.com>
Fri, 25 Aug 2017 14:21:42 +0000 (19:51 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Aug 2017 18:30:02 +0000 (11:30 -0700)
commit85d2400454dd2dbde3d9523b56d4b42e0334c05e
tree54b5d85eba191a6bb843f27ecf721aac9ef41ce6
parenta0b1d47d6dd5b8e1f76c9cd18b8d0140be52f175
bridge: make ebt_table const

Make this const as it is only passed to a const argument of the function
ebt_register_table.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/netfilter/ebtable_nat.c