mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
net: Remove trailing whitespace
Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
87b84e59c5
commit
ffd25aa856
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue