]> 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)
commitadb95997721dff9c568cccf6330bd881c3570a46
tree54b5d85eba191a6bb843f27ecf721aac9ef41ce6
parent4df42920d5f86a6af4d766289b3119e0bd8fcd1f
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