netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Stefan Schmidt <stefan@datenfreihafen.org>
Cc: Alexander Aring <alex.aring@gmail.com>,
	linux-wpan@vger.kernel.org,
	"David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Eric Dumazet <edumazet@google.com>,
	netdev@vger.kernel.org, David Girault <david.girault@qorvo.com>,
	Romuald Despres <romuald.despres@qorvo.com>,
	Frederic Blain <frederic.blain@qorvo.com>,
	Nicolas Schodet <nico@ni.fr.eu.org>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: Re: [PATCH wpan/next v4 5/8] ieee802154: hwsim: Implement address filtering
Date: Sat, 15 Oct 2022 10:59:44 +0200	[thread overview]
Message-ID: <20221012161937.1b683d82@xps-13> (raw)
In-Reply-To: <8be89e06-5b26-6391-0427-b4e5b6ab66ab@datenfreihafen.org>

Hi Stefan,

stefan@datenfreihafen.org wrote on Wed, 12 Oct 2022 12:48:06 +0200:

> Hello Miquel.
> 
> This patch has given me some checkpatch wawrnings and errors.
> 
> Commit d9abecc4a0fc ("ieee802154: hwsim: Implement address filtering")
> ----------------------------------------------------------------------
> CHECK: Blank lines aren't necessary after an open brace '{'
> #53: FILE: drivers/net/ieee802154/mac802154_hwsim.c:162:
> +	if (hw->phy->filtering == IEEE802154_FILTERING_4_FRAME_FIELDS) {
> +
> 
> ERROR: code indent should use tabs where possible
> #128: FILE: drivers/net/ieee802154/mac802154_hwsim.c:237:
> +        }$
> 
> WARNING: please, no spaces at the start of a line
> #128: FILE: drivers/net/ieee802154/mac802154_hwsim.c:237:
> +        }$
> 
> total: 1 errors, 1 warnings, 1 checks, 143 lines checked
> 
> I fixed this up in palce for you tp proceed with applying this patches. Just so you are aware.

I'm sorry for these, I focused on getting the feature more than on the
presentation and I forgot to re-run checkpatch after all the copy-paste
handling towards hwsim. Next time I'll fix it myself, don't hesitate to
tell me when this happens ;-)

Thanks,
Miquèl

  reply	other threads:[~2022-10-15  9:00 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-07  8:53 [PATCH wpan/next v4 0/8] net: ieee802154: Improve filtering support Miquel Raynal
2022-10-07  8:53 ` [PATCH wpan/next v4 1/8] mac802154: Introduce filtering levels Miquel Raynal
2022-10-07  8:53 ` [PATCH wpan/next v4 2/8] mac802154: move receive parameters above start Miquel Raynal
2022-10-07  8:53 ` [PATCH wpan/next v4 3/8] mac802154: set filter at drv_start() Miquel Raynal
2022-10-07  8:53 ` [PATCH wpan/next v4 4/8] ieee802154: hwsim: Record the address filter values Miquel Raynal
2022-10-07  8:53 ` [PATCH wpan/next v4 5/8] ieee802154: hwsim: Implement address filtering Miquel Raynal
2022-10-11  1:04   ` Alexander Aring
2022-10-11  1:13     ` Alexander Aring
2022-10-11  1:21       ` Alexander Aring
2022-10-15  8:59         ` Miquel Raynal
2022-10-16  0:59           ` Alexander Aring
2022-10-12 10:48   ` Stefan Schmidt
2022-10-15  8:59     ` Miquel Raynal [this message]
2022-10-07  8:53 ` [PATCH wpan/next v4 6/8] mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUM Miquel Raynal
2022-10-07  8:53 ` [PATCH wpan/next v4 7/8] mac802154: Avoid delivering frames received in a non satisfying filtering mode Miquel Raynal
2022-10-07  8:53 ` [PATCH wpan/next v4 8/8] mac802154: Ensure proper scan-level filtering Miquel Raynal
2022-10-12 10:50   ` Stefan Schmidt
2022-10-15  8:58     ` Miquel Raynal
2022-10-11  1:01 ` [PATCH wpan/next v4 0/8] net: ieee802154: Improve filtering support Alexander Aring
2022-10-12 10:59   ` Stefan Schmidt

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=20221012161937.1b683d82@xps-13 \
    --to=miquel.raynal@bootlin.com \
    --cc=alex.aring@gmail.com \
    --cc=davem@davemloft.net \
    --cc=david.girault@qorvo.com \
    --cc=edumazet@google.com \
    --cc=frederic.blain@qorvo.com \
    --cc=kuba@kernel.org \
    --cc=linux-wpan@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nico@ni.fr.eu.org \
    --cc=pabeni@redhat.com \
    --cc=romuald.despres@qorvo.com \
    --cc=stefan@datenfreihafen.org \
    --cc=thomas.petazzoni@bootlin.com \
    /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;
as well as URLs for NNTP newsgroup(s).