From: "Gustavo A. R. Silva" <gustavo@embeddedor.com>
To: jeffrey.t.kirsher@intel.com, "David S. Miller" <davem@davemloft.net>
Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next] intel: Mark expected switch fall-throughs
Date: Wed, 23 Jan 2019 11:11:39 -0600 [thread overview]
Message-ID: <368769c1-bb6c-b137-14c4-ef0ade488c2e@embeddedor.com> (raw)
In-Reply-To: <e356e64d3267bbca1cfa0373b7ce965edaf159bd.camel@intel.com>
Hi Jeffrey,
On 1/23/19 11:04 AM, Jeff Kirsher wrote:
> On Wed, 2019-01-23 at 01:48 -0600, Gustavo A. R. Silva wrote:
>> In preparation to enabling -Wimplicit-fallthrough, mark switch cases
>> where we are expecting to fall through.
>>
>> This patch fixes the following warnings:
>>
>> drivers/net/ethernet/intel/igb/e1000_82575.c:636:6: warning: this
>> statement may fall through [-Wimplicit-fallthrough=]
>> drivers/net/ethernet/intel/igb/igb_main.c:6710:6: warning: this
>> statement may fall through [-Wimplicit-fallthrough=]
>> drivers/net/ethernet/intel/i40e/i40e_xsk.c:237:3: warning: this
>> statement may fall through [-Wimplicit-fallthrough=]
>>
>> Warning level 3 was used: -Wimplicit-fallthrough=3
>>
>> This patch is part of the ongoing efforts to enabling
>> -Wimplicit-fallthrough.
>>
>> Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
>> ---
>> drivers/net/ethernet/intel/i40e/i40e_xsk.c | 3 ++-
>> drivers/net/ethernet/intel/igb/e1000_82575.c | 2 +-
>> drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
>> 3 files changed, 4 insertions(+), 3 deletions(-)
>
> NAK on the igb changes. There is already a "fall through" code comment
> which is fine, adding a hyphen does not make the comment any more
> readable.
>
Those comments are not fine. They trigger the warnings I mention in the
commit log. With this patch such warnings are fixed.
Notice that warning level 3 was used: -Wimplicit-fallthrough=3
Thanks
--
Gustavo
next prev parent reply other threads:[~2019-01-23 17:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-23 7:48 Gustavo A. R. Silva
2019-01-23 17:04 ` Jeff Kirsher
2019-01-23 17:11 ` Gustavo A. R. Silva [this message]
2019-01-23 17:44 ` Jeff Kirsher
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=368769c1-bb6c-b137-14c4-ef0ade488c2e@embeddedor.com \
--to=gustavo@embeddedor.com \
--cc=davem@davemloft.net \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jeffrey.t.kirsher@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.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
all inboxes | Powered by JetHome®