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:
parent
c10a533679
commit
8ddab42873
|
@ -720,7 +720,7 @@ int padata_start(struct padata_instance *pinst)
|
||||||
if (pinst->flags & PADATA_INVALID)
|
if (pinst->flags & PADATA_INVALID)
|
||||||
err = -EINVAL;
|
err = -EINVAL;
|
||||||
|
|
||||||
__padata_start(pinst);
|
__padata_start(pinst);
|
||||||
|
|
||||||
mutex_unlock(&pinst->lock);
|
mutex_unlock(&pinst->lock);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue