[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1506698416.2919.14.camel@redhat.com>
Date: Fri, 29 Sep 2017 11:20:16 -0400
From: Doug Ledford <dledford@...hat.com>
To: Himanshu Jha <himanshujha199640@...il.com>
Cc: infinipath@...el.com, sean.hefty@...el.com,
linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] IB/qib: Use setup_timer and mod_timer
On Sun, 2017-09-24 at 17:21 +0530, Himanshu Jha wrote:
> Use setup_timer and mod_timer API instead of structure assignments.
>
> This is done using Coccinelle and semantic patch used
> for this as follows:
>
> @@
> expression x,y,z,a,b;
> @@
>
> -init_timer (&x);
> +setup_timer (&x, y, z);
> +mod_timer (&a, b);
> -x.function = y;
> -x.data = z;
> -x.expires = b;
> -add_timer(&a);
>
> Signed-off-by: Himanshu Jha <himanshujha199640@...il.com>
Thanks, applied.
--
Doug Ledford <dledford@...hat.com>
GPG KeyID: B826A3330E572FDD
Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD
Powered by blists - more mailing lists