]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/crypto/sunxi-ss/sun4i-ss-cipher.c
crypto: sun4i-ss - fix indentation of two crypto alg
[mirror_ubuntu-bionic-kernel.git] / drivers / crypto / sunxi-ss / sun4i-ss-cipher.c
index 3830d7c4e138180e90c342dbb7adc59a2b03f067..90efd10d57a12d6803c0c2740a05b3609d2cfe4c 100644 (file)
@@ -29,7 +29,8 @@ static int sun4i_ss_opti_poll(struct ablkcipher_request *areq)
        u32 tx_cnt = 0;
        u32 spaces;
        u32 v;
-       int i, err = 0;
+       int err = 0;
+       unsigned int i;
        unsigned int ileft = areq->nbytes;
        unsigned int oleft = areq->nbytes;
        unsigned int todo;
@@ -139,7 +140,8 @@ static int sun4i_ss_cipher_poll(struct ablkcipher_request *areq)
        u32 tx_cnt = 0;
        u32 v;
        u32 spaces;
-       int i, err = 0;
+       int err = 0;
+       unsigned int i;
        unsigned int ileft = areq->nbytes;
        unsigned int oleft = areq->nbytes;
        unsigned int todo;