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-11-08 15:55:27 -05:00
2011-11-08 15:55:27 -05:00
2011-11-09 16:14:07 -05:00
2011-03-14 14:46:58 -04:00
2011-07-08 11:11:20 -04:00
2010-12-13 15:23:29 -05:00
2011-09-27 14:27:48 -04:00
2009-12-21 18:38:52 -05:00
2011-09-30 15:57:20 -04:00
2011-11-09 16:14:10 -05:00
2010-11-15 13:24:48 -05:00
2011-11-09 16:01:02 -05:00
2009-08-04 16:43:25 -04:00
2011-09-30 15:57:23 -04:00
2009-07-10 15:01:49 -04:00
2011-11-08 15:55:27 -05:00
2011-10-11 15:35:42 -04:00
2011-11-09 16:14:09 -05:00
2011-11-09 16:05:49 -05:00
2011-09-30 15:57:07 -04:00
2011-11-08 15:54:27 -05:00
2011-07-13 14:49:43 -04:00
2011-01-05 16:07:12 -05:00
2010-12-22 14:33:37 -05:00
2011-11-09 16:14:09 -05:00
2010-06-02 16:12:59 -04:00
2011-11-09 16:05:48 -05:00
2011-11-09 16:05:48 -05:00
2011-11-08 15:54:33 -05:00
2011-11-08 15:54:33 -05:00
2011-11-09 16:01:02 -05:00
2011-11-09 16:00:59 -05:00
2011-02-04 16:30:32 -05:00
2011-11-09 16:01:02 -05:00
2011-10-03 15:22:32 -04:00
2010-06-02 16:12:59 -04:00
2010-10-15 15:53:27 +02:00
2010-09-16 10:33:17 +02:00
2011-09-30 15:16:25 -04:00
2010-06-24 15:42:18 -04:00
2011-06-01 15:12:29 -04:00
2011-06-01 15:12:29 -04:00
2010-03-30 22:02:32 +09:00
2010-10-23 11:47:02 -07:00
2011-03-31 11:26:23 -03:00
2011-11-09 16:13:53 -05:00
2011-10-25 15:18:39 +02:00
2011-09-13 15:45:02 -04:00
2011-11-07 13:19:15 -05:00
2011-11-09 16:13:53 -05:00
2011-11-09 16:14:09 -05:00
2011-07-15 13:38:32 -04:00
2011-07-08 11:11:19 -04:00
2011-11-09 16:14:09 -05:00
2011-11-09 16:01:02 -05:00
2011-04-04 16:20:00 -04:00
2011-04-04 16:20:00 -04:00
2011-11-09 16:05:48 -05:00
2011-09-14 13:56:50 -04:00
2011-11-09 16:01:01 -05:00
2011-11-08 15:54:27 -05:00
2009-01-29 16:00:02 -05:00