Commit 8ddab428 authored by Colin Ian King's avatar Colin Ian King Committed by Herbert Xu

padata: clean an indentation issue, remove extraneous space

Trivial fix to clean up an indentation issue
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent c10a5336
...@@ -720,7 +720,7 @@ int padata_start(struct padata_instance *pinst) ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment