Merge branch 'constify-nla_policy'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Jul 2018 19:33:38 +0000 (12:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Jul 2018 19:33:38 +0000 (12:33 -0700)
commitf91a0effcaa6a2eec647cdc53d0d16bff5144c10
treedf30403404c0e671a915e4412c9052569db691b6
parenteecd6857709e08781e41f3eb0e0c669d9ca07d87
parent5761917a1aac77f40885ec17a3e1d50ab0c737c4
Merge branch 'constify-nla_policy'

Stephen Hemminger says:

====================
constify nla_policy

Almost all places that use nla_policy declare it const.
A couple of drivers didn't but that is fixable.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>