diff --git a/net/core/net-procfs.c b/net/core/net-procfs.c index 3174f1998ee6b33509bd606df6a4890e24420f6b..569d355fec3e8adac815c1819e43abbac98fcf39 100644 --- a/net/core/net-procfs.c +++ b/net/core/net-procfs.c @@ -271,7 +271,7 @@ static int ptype_seq_show(struct seq_file *seq, void *v) else seq_printf(seq, "%04x", ntohs(pt->type)); - seq_printf(seq, " %-8s %pF\n", + seq_printf(seq, " %-8s %pf\n", pt->dev ? pt->dev->name : "", pt->func); }