]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitab5024ab23b78c86a0a1425defcdde48710fe449
treea9e1e343b7db0f39bb9311927eb3e849e4efaa6b
parenta109a5b916bc180e14fad0d1e9c37a08c85652c0
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