misannotation in pppol2tp
authorAl Viro <viro@ftp.linux.org.uk>
Thu, 26 Jul 2007 16:35:09 +0000 (17:35 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 26 Jul 2007 18:11:57 +0000 (11:11 -0700)
commitaf3b162afd9fce69a94d79bd5b1f9c7c302212f4
treea68bb80b4453fb17e2ba8eea5a27e490aa7ae6d6
parent6aa8b04975e71fb3d67bec7fbe2995b9bf54a06e
misannotation in pppol2tp

Address of auto variable is not a userland pointer.  A good thing, too,
since if pppol2tp_tunnel_getsockopt() would _really_ get a userland pointer
as argument, it would be an instant roothole...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/pppol2tp.c