aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/coccinelle/iterators
diff options
context:
space:
mode:
authorNicolas Palix <npalix@diku.dk>2010-08-24 17:39:00 +0200
committerMichal Marek <mmarek@suse.cz>2010-08-31 11:37:53 +0200
commit54c056280e0dfcd39b33c4ed75116ce98697511c (patch)
treed8c16d5288045ffaf8f46a9fd03d5f1659f8feeb /scripts/coccinelle/iterators
parent8aa6273106756c30e5349b58eed28d93d8d88164 (diff)
downloadkernel_samsung_smdk4412-54c056280e0dfcd39b33c4ed75116ce98697511c.zip
kernel_samsung_smdk4412-54c056280e0dfcd39b33c4ed75116ce98697511c.tar.gz
kernel_samsung_smdk4412-54c056280e0dfcd39b33c4ed75116ce98697511c.tar.bz2
Coccinelle: Add locks/mini_lock.cocci
Find missing unlocks. This semantic match considers the specific case where the unlock is missing from an if branch, and there is a lock before the if and an unlock after the if. False positives are due to cases where the if branch represents a case where the function is supposed to exit with the lock held, or where there is some preceding function call that releases the lock. Signed-off-by: Nicolas Palix <npalix@diku.dk> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/coccinelle/iterators')
0 files changed, 0 insertions, 0 deletions