diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-11-09 08:16:39 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-11-16 01:11:04 -0500 |
commit | 8ddab428730d66e86ebe90aef15d5f7c5c45fe0d (patch) | |
tree | 7b52704e7997f81e24bf34c48a70843b5e177b2a /kernel/padata.c | |
parent | c10a53367901b36eec6208f1dbaf53da9fd358bb (diff) |
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>
Diffstat (limited to 'kernel/padata.c')
-rw-r--r-- | kernel/padata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/padata.c b/kernel/padata.c index d568cc56405f..3e2633ae3bca 100644 --- a/kernel/padata.c +++ b/kernel/padata.c | |||
@@ -720,7 +720,7 @@ int padata_start(struct padata_instance *pinst) | |||
720 | if (pinst->flags & PADATA_INVALID) | 720 | if (pinst->flags & PADATA_INVALID) |
721 | err = -EINVAL; | 721 | err = -EINVAL; |
722 | 722 | ||
723 | __padata_start(pinst); | 723 | __padata_start(pinst); |
724 | 724 | ||
725 | mutex_unlock(&pinst->lock); | 725 | mutex_unlock(&pinst->lock); |
726 | 726 | ||