Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: bridge: correct debug message function name in br_fill_ifinfo

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 <alok.a.tiwari@oracle.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Link: https://patch.msgid.link/20251013100121.755899-1-alok.a.tiwari@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Alok Tiwari and committed by
Jakub Kicinski
0513a3f9 16a22063

+1 -1
+1 -1
net/bridge/br_netlink.c
··· 467 467 else 468 468 br = netdev_priv(dev); 469 469 470 - br_debug(br, "br_fill_info event %d port %s master %s\n", 470 + br_debug(br, "br_fill_ifinfo event %d port %s master %s\n", 471 471 event, dev->name, br->dev->name); 472 472 473 473 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*hdr), flags);