On Fri, 2016-07-01 at 15:08 +0200, Simon Wunderlich wrote: > To make it easier to search through the code it is better to print static > strings directly instead of using format strings printing constants.
It's also generally smaller object code and faster at runtime. $ size net/batman-adv/gateway_client.o* text data bss dec hex filename 4898 1 0 4899 1323 net/batman-adv/gateway_client.o.new 4951 1 0 4952 1358 net/batman-adv/gateway_client.o.old