Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Minor conflict in mlx5 because changes happened to code that has moved meanwhile. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -271,6 +271,7 @@ static void *rt_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos)
|
||||
*pos = cpu+1;
|
||||
return &per_cpu(rt_cache_stat, cpu);
|
||||
}
|
||||
(*pos)++;
|
||||
return NULL;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user