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)
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>

No differences found