[PATCH net-next 08/15] rxrpc: Fix call timer

David Howells dhowells at redhat.com
Fri Sep 23 11:21:20 PDT 2016


Sergei Shtylyov <sergei.shtylyov at cogentembedded.com> wrote:

> > +		if (call->timer.expires != t || !timer_pending(&call->timer)) {
> >  			mod_timer(&call->timer, t);
> >  		}
> 
>    CodingStyle: {} not needed now.

See patch 11.

David



More information about the linux-afs mailing list