[CRIU] [PATCH 1/2] net: Remove tailing whitespace
Radostin Stoyanov
rstoyanov1 at gmail.com
Mon Apr 9 14:08:19 MSK 2018
Signed-off-by: Radostin Stoyanov <rstoyanov1 at gmail.com>
---
criu/net.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/criu/net.c b/criu/net.c
index 01f7f299..94eafd8c 100644
--- a/criu/net.c
+++ b/criu/net.c
@@ -828,7 +828,7 @@ static int dump_one_link(struct nlmsghdr *hdr, struct ns_id *ns, void *arg)
nlmsg_parse(hdr, sizeof(struct ifinfomsg), tb, IFLA_MAX, NULL);
pr_info("\tLD: Got link %d, type %d\n", ifi->ifi_index, ifi->ifi_type);
- if (ifi->ifi_type == ARPHRD_LOOPBACK)
+ if (ifi->ifi_type == ARPHRD_LOOPBACK)
return dump_one_netdev(ND_TYPE__LOOPBACK, ifi, tb, ns, fds, NULL);
kind = link_kind(ifi, tb);
--
2.14.3
More information about the CRIU
mailing list