perf stat: Fix --no-scale
[linux-2.6-microblaze.git] / drivers / crypto / virtio / virtio_crypto_algs.c
index 2c573d1..0704833 100644 (file)
@@ -406,7 +406,7 @@ __virtio_crypto_ablkcipher_do_req(struct virtio_crypto_sym_request *vc_sym_req,
        } else {
                req_data->header.session_id =
                        cpu_to_le64(ctx->dec_sess_info.session_id);
-           req_data->header.opcode =
+               req_data->header.opcode =
                        cpu_to_le32(VIRTIO_CRYPTO_CIPHER_DECRYPT);
        }
        req_data->u.sym_req.op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER);