2014-06-17 19:42, Bruce Richardson: > Mark the rte_log, cmdline_printf and rte_snprintf functions as > being printf-style functions. This causes compilation errors > due to mis-matched parameter types, so the parameter types are > fixed where appropriate. > > Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
Nice cleanup. 2 comments: - I think title should be "fix usage of printf-like functions" - there are some errors in ivshmem code -- Thomas