mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue