Julia Lawall 61e3f32c11 net/mac80211/debugfs.c: use kstrtoul, etc
Use kstrtoul, etc instead of the now deprecated strict_strtoul, etc.

A semantic patch rule for the kstrtoul case is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
expression a,b;
{int,long} *c;
@@

-strict_strtoul
+kstrtoul
 (a,b,c)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-11-09 16:14:10 -05:00
..
2011-07-08 11:11:24 -04:00
2011-07-08 11:11:24 -04:00
2011-07-08 11:11:24 -04:00
2011-07-08 11:11:20 -04:00
2011-07-08 11:11:20 -04:00
2009-07-10 15:01:49 -04:00
2011-01-05 16:07:12 -05:00
2011-11-09 16:14:09 -05:00
2011-03-31 11:26:23 -03:00
2011-11-09 16:13:53 -05:00
2011-11-09 16:14:09 -05:00
2011-11-09 16:14:09 -05:00
2011-11-09 16:01:01 -05:00