Fix appletalk sysctl entry name
authorEric W. Biederman <[email protected]>
Mon, 22 Oct 2007 18:55:36 +0000 (12:55 -0600)
committerLinus Torvalds <[email protected]>
Tue, 23 Oct 2007 02:15:59 +0000 (19:15 -0700)
commit5081dba6588a0c228821ede4635441f7758eb757
treee01ae7a431a41bce25fc0805dc778d955fc02a02
parent974717012029ee36d19069c12e3c9bb13fa715a8
Fix appletalk sysctl entry name

Gabriel C reported that modprobing appletalk on current git gives a
warning in dmesg :

   "sysctl table check failed: /net/appletalk .3.7 procname does not match binary path procname"

Oops.  My apologies it appears I made a mistake when creating my table
to check up on sysctl values.

Signed-off-by: "Eric W. Biederman" <[email protected]>
Tested-by: Gabriel C <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/sysctl_check.c