]> Git Repo - qemu.git/commit
checkpatch.pl: fix CAST detection
authorFlorian Mickler <[email protected]>
Fri, 25 Nov 2011 09:24:16 +0000 (10:24 +0100)
committerBlue Swirl <[email protected]>
Sat, 26 Nov 2011 09:47:00 +0000 (09:47 +0000)
commit61669f9a83c68d41d9254272f10f1e905f339427
tree5ae6f0a045462b5d9dc3b9516e0fdc6c2bcbfd19
parent0fdd2e1d06884b0236c2f124c1cfd2dd4765341a
checkpatch.pl: fix CAST detection

We should only claim that something is a cast if we did not encouter a
token before, that did set av_pending.

This fixes the operator * in the line below to be detected as binary (vs
unary).

kmalloc(sizeof(struct alphatrack_ocmd) * true_size, GFP_KERNEL);

Reported-by: Peter Chubb <nicta.com.au>
Signed-off-by: Florian Mickler <[email protected]>
(cherry-picked from Linux kernel commit c023e4734c3e8801e0ecb5e81b831d42a374d861)
Signed-off-by: Paolo Bonzini <[email protected]>
Cc: Blue Swirl <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
scripts/checkpatch.pl
This page took 0.026015 seconds and 4 git commands to generate.