]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ppp: mppe: Use vsnprintf extension %phN
authorJoe Perches <joe@perches.com>
Mon, 5 Jun 2017 12:22:50 +0000 (05:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jun 2017 19:16:33 +0000 (15:16 -0400)
commit4f5a98410d29bf87f587b19f5ae4e244b1ed4e18
treec0f61216a28a46815015a5956c88d11922db98ba
parentf8fe99754673719ab791713a676bf27dae616fbc
ppp: mppe: Use vsnprintf extension %phN

Using this extension reduces the object size.

$ size drivers/net/ppp/ppp_mppe.o*
   text    data     bss     dec     hex filename
   5683     216       8    5907    1713 drivers/net/ppp/ppp_mppe.o.new
   5808     216       8    6032    1790 drivers/net/ppp/ppp_mppe.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ppp/ppp_mppe.c