From: Eric W. Biederman Date: Thu, 18 Oct 2007 10:05:22 +0000 (-0700) Subject: sysctl core: Stop using the unnecessary ctl_table typedef X-Git-Tag: v2.6.24-rc1~397 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8217f076b73441dd3869c0c880df000655084cc;p=pandora-kernel.git sysctl core: Stop using the unnecessary ctl_table typedef In sysctl.h the typedef struct ctl_table ctl_table violates coding style isn't needed and is a bit of a nuisance because it makes it harder to recognize ctl_table is a type name. So this patch removes it from the generic sysctl code. Hopefully I will have enough energy to send the rest of my patches will follow and to remove it from the rest of the kernel. Signed-off-by: Eric W. Biederman Cc: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed