On Wed, 2017-02-15 at 21:30 +0000, Anoob Soman wrote: > If statement looks like this. > if (atomic_dec_and_test(sk_ref)) > list_del(f->list); > else > f = NULL; > > there are no multiple lines under if.
Yes, I just noticed that. Thanks.
On Wed, 2017-02-15 at 21:30 +0000, Anoob Soman wrote: > If statement looks like this. > if (atomic_dec_and_test(sk_ref)) > list_del(f->list); > else > f = NULL; > > there are no multiple lines under if.
Yes, I just noticed that. Thanks.