From: "Grumbach, Emmanuel" <emmanuel.grumbach@intel.com>
To: "Julia.Lawall@lip6.fr" <Julia.Lawall@lip6.fr>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"kvalo@codeaurora.org" <kvalo@codeaurora.org>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"ilw@linux.intel.com" <ilw@linux.intel.com>,
"Berg, Johannes" <johannes.berg@intel.com>,
"kernel-janitors@vger.kernel.org"
<kernel-janitors@vger.kernel.org>
Subject: Re: [PATCH 12/27] iwlwifi: dvm: main: Use setup_timer
Date: Sat, 27 Dec 2014 19:55:21 +0000 [thread overview]
Message-ID: <1419710121.6140.0.camel@egrumbacBox> (raw)
In-Reply-To: <1419604558-29743-14-git-send-email-Julia.Lawall@lip6.fr>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 685 bytes --]
On Fri, 2014-12-26 at 15:35 +0100, Julia Lawall wrote:
> 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>
>
Both applied - thanks.
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
next prev parent reply other threads:[~2014-12-27 19:55 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-26 14:35 [PATCH 0/27] " Julia Lawall
2014-12-26 14:35 ` [PATCH 2/27] [media] au0828: " Julia Lawall
2014-12-26 14:35 ` [PATCH 1/27] [media] s2255drv: " Julia Lawall
2014-12-26 14:35 ` [PATCH 4/27] atheros: atlx: " Julia Lawall
2014-12-30 23:35 ` David Miller
2014-12-26 14:35 ` [PATCH 3/27] atl1e: " Julia Lawall
2014-12-30 23:35 ` David Miller
2014-12-26 14:35 ` [PATCH 5/27] [media] usbvision: " Julia Lawall
2014-12-26 14:35 ` [PATCH 8/27] wireless: cw1200: " Julia Lawall
2015-01-07 17:53 ` Kalle Valo
2014-12-26 14:35 ` [PATCH 7/27] cw1200: main: " Julia Lawall
2014-12-26 14:35 ` [PATCH 6/27] cw1200: queue: " Julia Lawall
2014-12-26 14:35 ` [PATCH 10/27] xhci-mem: " Julia Lawall
2014-12-26 14:35 ` [PATCH 9/27] xhci: " Julia Lawall
2014-12-26 14:35 ` [PATCH 11/27] ksz884x: " Julia Lawall
2014-12-30 23:35 ` David Miller
2014-12-26 14:35 ` [PATCH 13/27] iwlwifi: dvm: tt: " Julia Lawall
2014-12-26 14:35 ` [PATCH 12/27] iwlwifi: dvm: main: " Julia Lawall
2014-12-27 19:55 ` Grumbach, Emmanuel [this message]
2014-12-26 14:35 ` [PATCH 14/27] leds: " Julia Lawall
2015-01-05 19:36 ` Bryan Wu
2014-12-26 14:35 ` [PATCH 15/27] net: sxgbe: " Julia Lawall
2014-12-30 23:34 ` David Miller
2014-12-26 14:35 ` [PATCH 16/27] ath6kl: " Julia Lawall
2014-12-26 14:35 ` [PATCH 18/27] iwl4965: " Julia Lawall
2014-12-26 14:35 ` [PATCH 17/27] iwl3945: " Julia Lawall
2014-12-26 14:35 ` [PATCH 19/27] [media] pvrusb2: " Julia Lawall
2014-12-26 14:35 ` [PATCH 23/27] usb: isp1760: " Julia Lawall
2014-12-26 14:35 ` [PATCH 22/27] usb: sl811-hcd: " Julia Lawall
2014-12-26 14:35 ` [PATCH 21/27] usb: oxu210hp-hcd: " Julia Lawall
2014-12-26 14:35 ` [PATCH 20/27] usb: r8a66597-hcd: " Julia Lawall
2014-12-26 14:35 ` [PATCH 24/27] orinoco_usb: " Julia Lawall
2014-12-26 14:35 ` [PATCH 27/27] mwifiex: main: " Julia Lawall
2014-12-26 14:35 ` [PATCH 26/27] mwifiex: 11n_rxreorder: " Julia Lawall
2014-12-26 14:35 ` [PATCH 25/27] mwifiex: tdls: " Julia Lawall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1419710121.6140.0.camel@egrumbacBox \
--to=emmanuel.grumbach@intel.com \
--cc=Julia.Lawall@lip6.fr \
--cc=ilw@linux.intel.com \
--cc=johannes.berg@intel.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=kvalo@codeaurora.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome