netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>,
	netdev@vger.kernel.org
Cc: davem@davemloft.net
Subject: Re: [PATCH net] net: rtnetlink: fix a typo fbd -> fdb
Date: Tue, 29 Oct 2019 12:11:36 -0600	[thread overview]
Message-ID: <6b4e8885-6aba-ebad-e687-1ebbb0acffa9@gmail.com> (raw)
In-Reply-To: <20191029115932.399-1-nikolay@cumulusnetworks.com>

On 10/29/19 5:59 AM, Nikolay Aleksandrov wrote:
> A simple typo fix in the nl error message (fbd -> fdb).
> 
> CC: David Ahern <dsahern@gmail.com>
> Fixes: 8c6e137fbc7f ("rtnetlink: Update rtnl_fdb_dump for strict data checking")
> Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
> ---
>  net/core/rtnetlink.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c
> index 1ee6460f8275..05bdf5908472 100644
> --- a/net/core/rtnetlink.c
> +++ b/net/core/rtnetlink.c
> @@ -3916,7 +3916,7 @@ static int valid_fdb_dump_strict(const struct nlmsghdr *nlh,
>  	ndm = nlmsg_data(nlh);
>  	if (ndm->ndm_pad1  || ndm->ndm_pad2  || ndm->ndm_state ||
>  	    ndm->ndm_flags || ndm->ndm_type) {
> -		NL_SET_ERR_MSG(extack, "Invalid values in header for fbd dump request");
> +		NL_SET_ERR_MSG(extack, "Invalid values in header for fdb dump request");
>  		return -EINVAL;
>  	}
>  
> 

thanks, Nik.

Reviewed-by: David Ahern <dsahern@gmail.com>

  reply	other threads:[~2019-10-29 18:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-29 11:59 [PATCH net] net: rtnetlink: fix a typo fbd -> fdb Nikolay Aleksandrov
2019-10-29 18:11 ` David Ahern [this message]
2019-10-30  1:14 ` 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=6b4e8885-6aba-ebad-e687-1ebbb0acffa9@gmail.com \
    --to=dsahern@gmail.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=nikolay@cumulusnetworks.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).