From 13f42045616320119bb47cf8df302cfcc76ade9a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 29 Apr 2019 00:34:07 +0200 Subject: ip: fix comment placement Signed-off-by: Denys Vlasenko --- networking/libiproute/ipaddress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/libiproute') diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 8364f6a3e..fc6a4fb77 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c @@ -571,8 +571,8 @@ int FAST_FUNC ipaddr_list_or_flush(char **argv, int flush) for (l = linfo; l; l = l->next) { if ((oneline && G_filter.family != AF_PACKET) - || (print_linkinfo(&l->h) == 0) /* ^^^^^^^^^ "ip -oneline a" does not print link info */ + || (print_linkinfo(&l->h) == 0) ) { struct ifinfomsg *ifi = NLMSG_DATA(&l->h); if (G_filter.family != AF_PACKET) -- cgit v1.2.3