Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f08eb58 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: core: neighbour: Change the print format for addresses"

parents 3a93e8d8 207b1c3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -733,7 +733,7 @@ void neigh_destroy(struct neighbour *neigh)
	NEIGH_CACHE_STAT_INC(neigh->tbl, destroys);

	if (!neigh->dead) {
		pr_warn("Destroying alive neighbour %p\n", neigh);
		pr_warn("Destroying alive neighbour %pK\n", neigh);
		dump_stack();
		return;
	}