]> git.baikalelectronics.ru Git - kernel.git/commit
net: ppp_generic - use DEFINE_IDR for static initialization
authorCyrill Gorcunov <gorcunov@openvz.org>
Fri, 19 Dec 2008 06:59:32 +0000 (22:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Dec 2008 06:59:32 +0000 (22:59 -0800)
commit82f28572f2c3c71139705378a92e5b863e5e9335
treea9e1e343b7db0f39bb9311927eb3e849e4efaa6b
parentd357136cd8d3596503efe8e81b3d4c818695400f
net: ppp_generic - use DEFINE_IDR for static initialization

We could use DEFINE_IDR for statically allocated idr
that allow us to save a few lines of code.

And spell fix.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ppp_generic.c