summaryrefslogtreecommitdiffstats
path: root/crypto/crypto_wq.c
diff options
context:
space:
mode:
authorQuentin Lambert <lambert.quentin@gmail.com>2014-09-07 20:03:32 +0200
committerBjorn Helgaas <bhelgaas@google.com>2014-09-24 07:50:53 -0600
commit79e50e72986c9fcb06d707ce587cfd24fefa33e3 (patch)
tree1a21fd09d544924c1bc1417840a8569821820516 /crypto/crypto_wq.c
parent656f978f9af9d8d77436e8159f51f7aa1e673309 (diff)
downloadblackbird-op-linux-79e50e72986c9fcb06d707ce587cfd24fefa33e3.tar.gz
blackbird-op-linux-79e50e72986c9fcb06d707ce587cfd24fefa33e3.zip
PCI: Remove assignment from "if" conditions
The following Coccinelle semantic patch was used to find and correct cases of assignments in "if" conditions: @@ expression var, expr; statement S; @@ + var = expr; if( - (var = expr) + var ) S Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'crypto/crypto_wq.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud