[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6b4e8885-6aba-ebad-e687-1ebbb0acffa9@gmail.com>
Date: Tue, 29 Oct 2019 12:11:36 -0600
From: David Ahern <dsahern@...il.com>
To: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>,
netdev@...r.kernel.org
Cc: davem@...emloft.net
Subject: Re: [PATCH net] net: rtnetlink: fix a typo fbd -> fdb
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@...il.com>
> Fixes: 8c6e137fbc7f ("rtnetlink: Update rtnl_fdb_dump for strict data checking")
> Signed-off-by: Nikolay Aleksandrov <nikolay@...ulusnetworks.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@...il.com>
Powered by blists - more mailing lists