]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ppp: Use skb_queue_walk() in ppp_mp_insert().
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2008 23:40:29 +0000 (16:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2008 23:40:29 +0000 (16:40 -0700)
commit13c9821ea49be153ea74e5987cf6955871d7b124
treefcd63c99163a57ea433d150ff68a9d8195ccf15c
parentf24d43c07e208372aa3d3bff419afbf43ba87698
ppp: Use skb_queue_walk() in ppp_mp_insert().

Instead of open-coded version.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ppp_generic.c