From: David Miller <davem@davemloft.net>
To: ms@dev.tdt.de
Cc: andrew.hendry@gmail.com, edumazet@google.com,
linux-x25@vger.kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] net/x25: add new state X25_STATE_5
Date: Sat, 07 Dec 2019 11:59:22 -0800 (PST) [thread overview]
Message-ID: <20191207.115922.532322440743611081.davem@davemloft.net> (raw)
In-Reply-To: <20191206133418.14075-1-ms@dev.tdt.de>
From: Martin Schiller <ms@dev.tdt.de>
Date: Fri, 6 Dec 2019 14:34:18 +0100
> + switch (frametype) {
> +
> + case X25_CLEAR_REQUEST:
Please remove this unnecessary empty line.
> + if (!pskb_may_pull(skb, X25_STD_MIN_LEN + 2))
> + goto out_clear;
A goto path for a single call site? Just inline the operations here.
next prev parent reply other threads:[~2019-12-07 19:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-06 13:34 [PATCH] net/x25: add new state X25_STATE_5 Martin Schiller
2019-12-07 19:59 ` David Miller [this message]
2019-12-09 5:28 ` Martin Schiller
2019-12-09 6:41 ` David Miller
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=20191207.115922.532322440743611081.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=andrew.hendry@gmail.com \
--cc=edumazet@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-x25@vger.kernel.org \
--cc=ms@dev.tdt.de \
--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;
as well as URLs for NNTP newsgroup(s).