summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2014-12-26 15:35:44 +0100
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>2014-12-28 20:00:22 +0200
commitbd9c504bfd659e58d3537123e6798a9b83a2263d (patch)
tree05ea01155be5bc73ffb497b8be1a96ccd6d10ede /tools/perf/scripts/python/net_dropmonitor.py
parentc1dc8288fe15425bb0620df9959182f32de51b4c (diff)
iwlwifi: dvm: main: 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. A simplified version of the semantic match that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression t,f,d; @@ -init_timer(&t); +setup_timer(&t,f,d); -t.data = d; -t.function = f; // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions