padata: clean an indentation issue, remove extraneous space

Trivial fix to clean up an indentation issue

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Colin Ian King 2018-11-09 13:16:39 +00:00 committed by Herbert Xu
parent c10a533679
commit 8ddab42873
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ int padata_start(struct padata_instance *pinst)
if (pinst->flags & PADATA_INVALID)
err = -EINVAL;
__padata_start(pinst);
__padata_start(pinst);
mutex_unlock(&pinst->lock);