Joe Perches fe2c6338fd net: Convert uses of typedef ctl_table to struct ctl_table
Reduce the uses of this unnecessary typedef.

Done via perl script:

$ git grep --name-only -w ctl_table net | \
  xargs perl -p -i -e '\
	sub trim { my ($local) = @_; $local =~ s/(^\s+|\s+$)//g; return $local; } \
        s/\b(?<!struct\s)ctl_table\b(\s*\*\s*|\s+\w+)/"struct ctl_table " . trim($1)/ge'

Reflow the modified lines that now exceed 80 columns.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-13 02:36:09 -07:00
..
2012-11-19 18:59:44 -05:00
2009-02-26 23:39:25 -08:00
2012-01-12 20:05:28 -08:00
2009-02-26 23:39:26 -08:00
2013-03-04 14:12:07 -05:00
2012-07-23 01:01:44 -07:00
2012-10-09 13:57:23 -04:00
2013-03-08 00:35:44 -05:00
2012-08-22 22:52:04 -07:00
2012-08-22 22:52:04 -07:00
2011-07-01 16:16:19 -07:00