[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20151025015951.GB30763@kroah.com>
Date: Sat, 24 Oct 2015 18:59:51 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Muhammad Falak R Wani <falakreyaz@...il.com>
Cc: Mike Marciniszyn <infinipath@...el.com>,
Doug Ledford <dledford@...hat.com>,
Sean Hefty <sean.hefty@...el.com>,
Hal Rosenstock <hal.rosenstock@...il.com>,
linux-rdma@...r.kernel.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/4] staging: rdma: ipath: Use setup_timer
On Sat, Oct 24, 2015 at 07:49:28AM +0530, Muhammad Falak R Wani wrote:
> Use the timer API function setup_timer instead of init_timer, removing
> the structure field assignments.
>
> <smpl>
>
> @timer@
> expression e1,e2,e3,fn_ptr;
> @@
> -init_timer(&e1);
> +setup_timer(&e1, fn_ptr, e2);
> ... when != fn_ptr = e3
> -e1.function = fn_ptr;
> -e1.data = e2;
>
> </smpl>
>
> Signed-off-by: Muhammad Falak R Wani <falakreyaz@...il.com>
> ---
> drivers/staging/rdma/ipath/ipath_driver.c | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
You sent me 4 patches all with the same subject :(
Please fix this up and resend.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists