summaryrefslogtreecommitdiffstats
path: root/lib/crc-ccitt.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2012-08-26 00:18:35 +0200
committerDavid S. Miller <davem@davemloft.net>2012-08-30 19:08:37 +0200
commite8c75e2c1c6965d071d50620278df78f65cfe082 (patch)
tree4e81e11e8a0cb223958d58a32288ad1967d93034 /lib/crc-ccitt.c
parentforcedeth: prevent TX timeouts after reboot (diff)
downloadlinux-e8c75e2c1c6965d071d50620278df78f65cfe082.tar.xz
linux-e8c75e2c1c6965d071d50620278df78f65cfe082.zip
drivers/net/ethernet/tundra/tsi108_eth.c: delete double assignment
Delete successive assignments to the same location. 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.Lawall@lip6.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/crc-ccitt.c')
0 files changed, 0 insertions, 0 deletions