]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
crypto: virtio - clean up indentation, replace spaces with tab
authorColin Ian King <colin.king@canonical.com>
Sun, 30 Dec 2018 13:46:21 +0000 (13:46 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 11 Jan 2019 06:16:56 +0000 (14:16 +0800)
A statement is indented with spaces and not indented enough, fix this
replacing spaces with a tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/virtio/virtio_crypto_algs.c

index 2c573d1aaa64f2bd2f7c70088c6ddec7ad81f35b..0704833ece921864a118d1914111508f0e7c3b1c 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);