summaryrefslogtreecommitdiffstats
path: root/Kbuild
diff options
context:
space:
mode:
authorJulia Lawall2010-10-26 12:25:30 +0200
committerGreg Kroah-Hartman2010-11-09 23:05:22 +0100
commit61241d97db02559bd83d21ffa783ab327945b925 (patch)
tree99e1a5d33d9aa2bf2287a8682084554ca7c513f8 /Kbuild
parentStaging: ath6kl: Adapt API changes in cfg80211 (diff)
downloadkernel-qcow2-linux-61241d97db02559bd83d21ffa783ab327945b925.tar.gz
kernel-qcow2-linux-61241d97db02559bd83d21ffa783ab327945b925.tar.xz
kernel-qcow2-linux-61241d97db02559bd83d21ffa783ab327945b925.zip
drivers/staging: delete double assignment
Delete successive assignments to the same location. In three of the cases, the two assignments are identical. In the case of the file rt2860/common/cmm_aes.c, the assigned variable i is never used, so both assignments are dropped. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression i; @@ *i = ...; i = ...; // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions