From: Harvey Harrison <harvey.harrison@gmail.com>
To: David Miller <davem@davemloft.net>,
Linus Torvalds <torvalds@linux-foundation.org>
Cc: akpm@linux-foundation.org, jeff@garzik.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 07/10] net: fix returning void-valued expression warnings
Date: Wed, 30 Apr 2008 15:20:05 -0700 [thread overview]
Message-ID: <1209594005.24729.127.camel@brick> (raw)
In-Reply-To: <20080430.150832.107441339.davem@davemloft.net>
On Wed, 2008-04-30 at 15:08 -0700, David Miller wrote:
> From: Harvey Harrison <harvey.harrison@gmail.com>
> Date: Wed, 30 Apr 2008 15:03:43 -0700
>
> > drivers/net/8390.c:37:2: warning: returning void-valued expression
> > drivers/net/bnx2.c:1635:3: warning: returning void-valued expression
> > drivers/net/xen-netfront.c:1806:2: warning: returning void-valued expression
> > net/ipv4/tcp_hybla.c:105:3: warning: returning void-valued expression
> > net/ipv4/tcp_vegas.c:171:3: warning: returning void-valued expression
> > net/ipv4/tcp_veno.c:123:3: warning: returning void-valued expression
> > net/sysctl_net.c:85:2: warning: returning void-valued expression
> >
> > Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
>
> I wish this weren't marked with a warning, what spits this out,
> sparse?
Yes, sparse warning.
>
> I know the kernel is written in C and not C++, but even Stroustrup
> mentions this case explicitly in his book:
>
> A void function cannot return a value. However, a call of a
> void function doesn't yield a value, so a void function can
> use a call of a void function as the expression in a return
> statement.
>
> And I see no reason why there's anything wrong with this construct.
Well, in an X86_32 allyesconfig, this only trips 32 times...so it's not
exactly common. I agree that there is nothing _wrong_ with this, I'll
just add Linus and see if we can just call it codingstyle ;)
This is just a _trivial_ way to make the sparse output easier for people
to use day-to-day for the kernel. There's lots more to do, but this set
removes all remaining integer as NUll/ returning void-value/ single bit
signed bitfield warnings.
Cheers,
Harvey
next prev parent reply other threads:[~2008-04-30 22:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-30 22:03 [PATCH 07/10] net: fix returning void-valued expression warnings Harvey Harrison
2008-04-30 22:08 ` David Miller
2008-04-30 22:20 ` Harvey Harrison [this message]
2008-04-30 22:21 ` David Miller
2008-05-01 3:19 ` Linus Torvalds
2008-04-30 23:31 ` Alan Cox
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1209594005.24729.127.camel@brick \
--to=harvey.harrison@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=jeff@garzik.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox