Re: [PATCH net-next] net: bridge: correct d ebug message function name in br_fill_ifinfo

Nikolay Aleksandrov <[email protected]>
Newsgroups gmane.linux.network.bridge
Message-ID <14468513-2D16-4A19-9173-80559ED580F7__17831.0398057633$1760358197$gmane$org@blackwall.org>
On October 13, 2025 12:01:16 PM GMT+02:00, Alok Tiwari <[email protected]> wrote:
>The debug message in br_fill_ifinfo() incorrectly refers to br_fill_info
>instead of the actual function name. Update it for clarity in debugging
>output.
>
>Signed-off-by: Alok Tiwari <[email protected]>
>---
> net/bridge/br_netlink.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/net/bridge/br_netlink.c b/net/bridge/br_netlink.c
>index 4e2d53b27221..0264730938f4 100644
>--- a/net/bridge/br_netlink.c
>+++ b/net/bridge/br_netlink.c
>@@ -467,7 +467,7 @@ static int br_fill_ifinfo(struct sk_buff *skb,
> 	else
> 		br = netdev_priv(dev);
> 
>-	br_debug(br, "br_fill_info event %d port %s master %s\n",
>+	br_debug(br, "br_fill_ifinfo event %d port %s master %s\n",
> 		     event, dev->name, br->dev->name);
> 
> 	nlh = nlmsg_put(skb, pid, seq, event, sizeof(*hdr), flags);


Acked-by: Nikolay Aleksandrov <[email protected]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.