diff options
author | 2023-10-13 13:36:30 +0200 | |
---|---|---|
committer | 2023-10-13 14:08:31 -0600 | |
commit | 07bd3c38809216e2c32bd479fd489143e72deb1f (patch) | |
tree | 72880df3924437cf15c9a03cb812245b0bd0e0b9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | selftests/sigaltstack: Fix wrong format specifier (diff) | |
download | wireguard-linux-07bd3c38809216e2c32bd479fd489143e72deb1f.tar.xz wireguard-linux-07bd3c38809216e2c32bd479fd489143e72deb1f.zip |
selftests/kvm: Replace attribute with macro
The __printf() macro is used in many tools in the linux kernel to
validate the format specifiers in functions that use printf. The kvm
selftest uses it without putting it in a macro definition while it
also imports the kselftests.h header where the macro attribute is
defined.
Use __printf() from kselftests.h instead of the full attribute.
Signed-off-by: Maciej Wieczor-Retman <maciej.wieczor-retman@intel.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions