mpls: Fix the kzalloc argument order in mpls_rt_alloc
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 7 Mar 2015 22:19:41 +0000 (16:19 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 Mar 2015 23:30:06 +0000 (19:30 -0400)
commitd865616e1889d0b6528b5d9b620e13b1607003a5
treee71ed70e26c25f1d1819ff137ceac9be62dae3a5
parent008a5b07f1b4beab1004ac799f449b59a45af8e9
mpls: Fix the kzalloc argument order in mpls_rt_alloc

*Blink* I got the argument order wrong to kzalloc and the
code was working properly when tested. *Blink*

Fix that.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mpls/af_mpls.c