Home
last modified time | relevance | path

Searched hist:"825 bfa00" (Results 1 – 1 of 1) sorted by relevance

/qemu/scripts/
H A Dcheckpatch.pl825bfa00 Thu Sep 14 09:12:07 GMT 2017 Greg Kurz <groug@kaod.org> checkpatch: add hwaddr to @typeList

The script doesn't know about all possible types and learn them as
it parses the code. If it reaches a line with a type cast but the
type isn't known yet, it is misinterpreted as an identifier.

For example the following line:

foo = (hwaddr) -1;

results in the following false-positive to be reported:

ERROR: spaces required around that '-' (ctx:VxV)

Let's add this standard QEMU type to the list of pre-known types.

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <150538015789.8149.10902725348939486674.stgit@bahia.lan>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>