On Tue, 2018-07-03 at 12:07 -0700, pher...@codeaurora.org wrote:
> On 2018-07-03 11:19, Joe Perches wrote:
> > On Tue, 2018-07-03 at 11:09 -0700, Prakruthi Deepak Heragu wrote:
> > > The only legal integer return is 0, anything else
> > > following "return" should be -ERRCODE or a function.
> > >
On 2018-07-03 11:19, Joe Perches wrote:
On Tue, 2018-07-03 at 11:09 -0700, Prakruthi Deepak Heragu wrote:
The only legal integer return is 0, anything else
following "return" should be -ERRCODE or a function.
http://lkml.org/lkml/2010/7/23/318
There's lots of "return -1;" statements in this p
On Tue, 2018-07-03 at 11:09 -0700, Prakruthi Deepak Heragu wrote:
> The only legal integer return is 0, anything else
> following "return" should be -ERRCODE or a function.
>
> http://lkml.org/lkml/2010/7/23/318
> There's lots of "return -1;" statements in this patch - it's obscene
> that this
The only legal integer return is 0, anything else
following "return" should be -ERRCODE or a function.
http://lkml.org/lkml/2010/7/23/318
There's lots of "return -1;" statements in this patch - it's obscene
that this is used to indicate "some error occurred" in kernel space
rather than a rea
4 matches
Mail list logo