]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bridge: Remove duplicated textification macros
authorTobias Waldekranz <tobias@waldekranz.com>
Tue, 2 Jul 2024 12:08:03 +0000 (14:08 +0200)
committerDavid Ahern <dsahern@kernel.org>
Sun, 4 Aug 2024 15:24:21 +0000 (15:24 +0000)
commit2cb1a656e994f1567aac4bb5d256087093e3d632
treeb8cad9646b5b4c8cccf59bf80c6780c5d64eaf3f
parent0941975dc8873e00260e8eea66813589827080e5
bridge: Remove duplicated textification macros

include/utils.h already provides textify(), which is functionally
equivalent to __stringify().

Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
bridge/vlan.c
bridge/vni.c