sysctl: Drop & in front of every proc_handler.
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 16 Nov 2009 11:11:48 +0000 (03:11 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 18 Nov 2009 16:37:40 +0000 (08:37 -0800)
For consistency drop & in front of every proc_handler.  Explicity
taking the address is unnecessary and it prevents optimizations
like stubbing the proc_handlers to NULL.

Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>

No differences found