> > Doug, do you want a tested patch from me?
>
> Preferably, yes :-)
>
These patches are in a two patch series:
https://marc.info/?l=linux-rdma&m=151069497506923&w=2
The first is Colin's warning fix and the second is Joe's cleanup.
My value add is the testing. :)
They pass our psm testing.
On Fri, 2017-11-10 at 19:07 +, Marciniszyn, Mike wrote:
> > > On Fri, 2017-10-20 at 09:21 +0200, Colin King wrote:
> > > > From: Colin Ian King
> > > >
> > > > The variable all is being set but is never read after this
> > > > hence it can be removed from the for loop initialization.
> > > >
> > On Fri, 2017-10-20 at 09:21 +0200, Colin King wrote:
> > > From: Colin Ian King
> > >
> > > The variable all is being set but is never read after this
> > > hence it can be removed from the for loop initialization.
> > > Cleans up clang warning:
> >
> > any is really used as bool and is initia
On Fri, 2017-10-20 at 00:35 -0700, Joe Perches wrote:
> On Fri, 2017-10-20 at 09:21 +0200, Colin King wrote:
> > From: Colin Ian King
> >
> > The variable all is being set but is never read after this
> > hence it can be removed from the for loop initialization.
> > Cleans up clang warning:
>
>
On Fri, 2017-10-20 at 09:21 +0200, Colin King wrote:
> From: Colin Ian King
>
> The variable all is being set but is never read after this
> hence it can be removed from the for loop initialization.
> Cleans up clang warning:
any is really used as bool and is initialized at function
entry. The
5 matches
Mail list logo