crypto: chelsio - fix minor indentation issue
authorColin Ian King <colin.king@canonical.com>
Fri, 18 Sep 2020 21:56:59 +0000 (22:56 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 25 Sep 2020 07:48:52 +0000 (17:48 +1000)
There is a statement that is indented by one whitespace too deeply,
fix this by removing the whitespace.

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

index bd8dac8..ed7989c 100644 (file)
@@ -148,7 +148,7 @@ static void chcr_dev_init(struct uld_ctx *u_ctx)
 
 static int chcr_dev_move(struct uld_ctx *u_ctx)
 {
-        mutex_lock(&drv_data.drv_mutex);
+       mutex_lock(&drv_data.drv_mutex);
        if (drv_data.last_dev == u_ctx) {
                if (list_is_last(&drv_data.last_dev->entry, &drv_data.act_dev))
                        drv_data.last_dev = list_first_entry(&drv_data.act_dev,