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
..
2013-05-02 14:14:04 -07:00
2013-05-14 13:02:30 -07:00
2013-05-28 13:11:01 -07:00
2013-05-28 13:11:01 -07:00
2013-05-28 21:58:54 -07:00
2013-06-13 02:36:09 -07:00
2013-05-29 02:44:56 +02:00
2013-05-01 17:51:54 -07:00
2013-06-13 02:36:09 -07:00
2013-05-28 13:11:01 -07:00
2013-05-28 13:11:01 -07:00
2013-05-13 12:52:23 -05:00
2013-06-13 02:36:09 -07:00
2013-06-13 02:36:09 -07:00
2013-05-28 13:11:01 -07:00
2013-06-13 02:36:09 -07:00
2013-06-13 02:36:09 -07:00
2013-05-28 13:11:01 -07:00
2013-06-13 02:36:09 -07:00
2013-05-28 13:11:01 -07:00
2013-05-31 17:30:07 -07:00
2013-06-11 14:48:32 -04:00
2013-04-30 03:55:20 -04:00
2013-05-27 22:50:59 -07:00
2013-06-13 02:36:09 -07:00
2013-05-28 13:11:01 -07:00
2013-06-13 00:45:48 -07:00
2013-06-13 02:36:09 -07:00
2013-05-21 10:47:41 +02:00
2013-05-28 13:11:01 -07:00
2013-05-28 13:11:01 -07:00
2013-06-13 02:36:09 -07:00
2013-06-13 02:36:09 -07:00
2013-04-22 14:58:14 -04:00
2013-06-13 02:36:09 -07:00
2013-06-12 00:14:21 -07:00
2013-06-13 02:36:09 -07:00
2013-06-13 02:36:09 -07:00
2013-05-28 13:11:01 -07:00
2013-06-13 02:36:09 -07:00
2013-04-30 03:55:20 -04:00
2013-06-11 14:48:32 -04:00
2013-05-28 13:11:01 -07:00
2013-06-05 16:37:30 -07:00
2013-06-06 11:52:14 -07:00
2013-06-10 21:22:35 -07:00
2013-05-27 22:50:59 -07:00
2013-06-10 21:22:35 -07:00