Amitoj Kaur Chawla
de55558dc4
forcedeth: Use setup_timer()
...
Convert a call to init_timer and accompanying intializations of
the timer's data and function fields to a call to setup_timer.
The Coccinelle semantic patch that fixes this problem is
as follows:
// <smpl>
@@
expression t,f,d;
@@
-init_timer(&t);
+setup_timer(&t,f,d);
-t.data = d;
-t.function = f;
// </smpl>
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2016-02-25 16:51:05 -05:00
..
2016-02-06 00:34:01 +01:00
2016-02-10 11:35:55 -05:00
2016-02-14 10:40:21 -08:00
2016-02-16 20:38:29 -05:00
2016-02-11 08:56:09 -07:00
2016-01-06 16:37:14 +01:00
2016-02-01 12:27:18 -08:00
2016-01-06 08:25:24 -05:00
2016-02-17 09:39:56 +01:00
2016-02-18 19:10:22 -08:00
2016-01-31 15:49:06 -08:00
2016-01-29 21:45:17 +01:00
2016-01-29 21:45:17 +01:00
2016-02-06 15:23:56 +08:00
2016-01-13 17:30:33 +09:00
2016-02-15 22:19:32 +05:30
2016-02-16 12:48:18 +00:00
2016-02-10 11:00:49 +01:00
2016-02-19 13:36:05 +10:00
2016-01-20 17:30:20 -08:00
2016-01-07 16:07:54 +01:00
2016-01-13 10:23:36 -08:00
2016-02-19 17:14:25 -08:00
2016-02-03 08:28:43 -08:00
2016-02-18 13:18:48 +01:00
2016-01-18 14:12:33 -05:00
2016-02-01 13:08:26 -08:00
2016-02-24 13:50:20 -05:00
2016-02-10 12:21:57 -08:00
2016-02-16 08:04:06 -08:00
2016-02-11 10:20:02 +00:00
2016-02-23 00:09:14 -05:00
2016-01-17 12:32:01 -08:00
2016-01-12 12:17:28 +01:00
2016-02-04 09:19:45 -07:00
2016-02-02 16:47:14 +05:30
2016-02-03 15:43:59 -08:00
2016-02-04 16:26:10 -02:00
2016-01-20 18:42:30 -08:00
2016-01-20 17:09:18 -08:00
2016-02-09 14:18:23 -08:00
2016-02-06 22:12:56 -08:00
2016-02-11 16:49:35 +01:00
2016-01-24 12:50:56 -08:00
2016-02-25 16:51:05 -05:00
2016-01-21 19:53:10 -05:00
2016-01-29 17:43:16 -08:00
2016-02-12 08:10:31 -07:00
2016-02-07 23:09:13 -08:00
2016-02-17 11:50:53 -08:00
2016-01-22 18:04:28 -05:00
2016-01-20 17:09:18 -08:00
2016-02-12 15:31:22 -08:00
2016-02-10 11:46:01 +05:30
2016-02-15 20:45:50 +01:00
2016-01-30 09:40:35 -08:00
2016-02-03 01:00:29 +01:00
2016-01-14 01:03:18 +01:00
2016-01-12 01:12:40 +01:00
2016-01-29 12:38:59 -08:00
2016-01-21 15:04:59 +01:00
2016-01-20 17:09:18 -08:00
2016-01-15 12:14:47 -08:00
2016-01-12 20:47:06 +02:00
2016-01-12 20:47:06 +02:00
2016-01-18 12:10:45 -08:00
2016-02-17 09:24:07 +01:00
2016-02-18 16:24:48 -08:00
2016-01-22 17:30:52 -08:00
2016-02-12 23:04:41 +00:00
2016-01-19 21:25:57 +02:00
2016-02-06 22:13:16 -08:00
2016-02-10 23:08:55 -08:00
2016-02-11 07:13:29 -08:00
2016-02-07 18:22:54 -08:00
2016-02-04 17:00:10 -08:00
2016-01-27 11:22:25 -07:00
2016-01-29 14:20:16 +02:00
2016-01-26 10:18:28 +02:00
2016-01-31 16:54:36 +01:00
2016-01-29 15:13:48 -08:00