summaryrefslogtreecommitdiff
path: root/drivers/sh
diff options
context:
space:
mode:
authorNicolas Palix <npalix@diku.dk>2010-08-24 15:39:02 (GMT)
committerMichal Marek <mmarek@suse.cz>2010-08-31 09:37:53 (GMT)
commitafc48a82fafe55dbeeaf7c0d83d29cf279cb1c70 (patch)
tree5d6c5ff7aa828aeb7d3470ee969c6888526d5ee1 /drivers/sh
parent4045159253a49a56d117148d67bc86a72762a0d3 (diff)
downloadlinux-fsl-qoriq-afc48a82fafe55dbeeaf7c0d83d29cf279cb1c70.tar.xz
Coccinelle: Add iterators/itnull.cocci
Many iterators have the property that the first argument is always bound to a real list element, never NULL. False positives arise for some iterators that do not have this property, or in cases when the loop cursor is reassigned. The latter should only happen when the matched code is on the way to a loop exit (break, goto, or return). 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 'drivers/sh')
0 files changed, 0 insertions, 0 deletions