From: Alexei Starovoitov Date: Fri, 16 Aug 2019 05:06:47 +0000 (-0700) Subject: Merge branch 'fix-printf' X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=82c4c3b7c76720672b84c849ffe7367801278b26;p=openwrt%2Fstaging%2Fblogic.git Merge branch 'fix-printf' Quentin Monnet says: ==================== Because the "__printf()" attributes were used only where the functions are implemented, and not in header files, the checks have not been enforced on all the calls to printf()-like functions, and a number of errors slipped in bpftool over time. This set cleans up such errors, and then moves the "__printf()" attributes to header files, so that the checks are performed at all locations. ==================== Signed-off-by: Alexei Starovoitov --- 82c4c3b7c76720672b84c849ffe7367801278b26