]> git.itanic.dy.fi Git - linux-stable/commit
net: rtnetlink: fix a typo fbd -> fdb
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Tue, 29 Oct 2019 11:59:32 +0000 (13:59 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Oct 2019 01:13:38 +0000 (18:13 -0700)
commit8b73018fe44521c1cf59d7bac53624c87d3f10e2
treeed50b98e1ed8b3ed64d710feeed8e81813d33cf0
parent301428ea3708188dc4a243e6e6b46c03b46a0fbc
net: rtnetlink: fix a typo fbd -> fdb

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>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c