Re: [PATCH] net: Use setup_timer and mod_timer

2015-02-27 Thread Vaishali Thakkar
On Fri, Feb 27, 2015 at 11:11 PM, David Miller wrote: > > I'm not applying these patches. > > Your Subject lines need adjusting. You have to say what specific > thing you are touching in each change. > > All of your changes say "net: " therefore someone scanning the > "git shortlog" can't tell wh

Re: [PATCH] net: Use setup_timer and mod_timer

2015-02-27 Thread David Miller
I'm not applying these patches. Your Subject lines need adjusting. You have to say what specific thing you are touching in each change. All of your changes say "net: " therefore someone scanning the "git shortlog" can't tell what might be difference in one of these changes vs. another. -- To un

[PATCH] net: Use setup_timer and mod_timer

2015-02-27 Thread Vaishali Thakkar
Use timer API functions setup_timer and mod_timer instead of structure assignments as they are standard way to set the timer and to update the expire field of an active timer respectively. This is done using Coccinelle and semantic patch used for this is as follows: // @@ expression x,y,z,a,b; @