diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2015-01-15 15:21:19 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-01-19 11:07:57 +0100 |
commit | cdef511985374dd042a40bb32c1c346c2662c9dc (patch) | |
tree | cfbc83ee36d0f40e44318d369bc25abfb8af2329 /drivers/iio | |
parent | ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc (diff) | |
download | linux-cdef511985374dd042a40bb32c1c346c2662c9dc.tar.bz2 |
KVM: fix sparse warning in include/trace/events/kvm.h
sparse complains about
include/trace/events/kvm.h:163:1: error: directive in argument list
include/trace/events/kvm.h:167:1: error: directive in argument list
include/trace/events/kvm.h:169:1: error: directive in argument list
and sparse is right. Preprocessing directives in an argument of a
macro are undefined behaviour as of C99 6.10.3p11.
Lets use an indirection to fix this.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'drivers/iio')
0 files changed, 0 insertions, 0 deletions