commit | 4f5a98410d29bf87f587b19f5ae4e244b1ed4e18 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Jun 05 05:22:50 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 06 15:16:33 2017 -0400 |
tree | c0f61216a28a46815015a5956c88d11922db98ba | |
parent | f8fe99754673719ab791713a676bf27dae616fbc [diff] |
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>