net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*
authorChristoph Hellwig <hch@lst.de>
Wed, 3 Jun 2020 05:52:35 +0000 (07:52 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 8 Jun 2020 14:13:56 +0000 (10:13 -0400)
commitc7388c1f8fb6d8687403e9554c873f9df4512797
tree14d22f5ce789c4983e85155da9ce51cefdb9d958
parent56965ac7253ece22050cf31ea5d1558e4c49cff2
net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*

Remove the leftover __user annotation on the prototypes for
neigh_proc_dointvec*.  The implementations already got this right, but
the headers kept the __user tags around.

Fixes: 32927393dc1c ("sysctl: pass kernel pointers to ->proc_handler")
Reported-by: build test robot <lkp@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/net/neighbour.h