Skip to content

Commit

Permalink
padata: clean an indentation issue, remove extraneous space
Browse files Browse the repository at this point in the history
Trivial fix to clean up an indentation issue

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Colin Ian King authored and herbertx committed Nov 16, 2018
1 parent c10a533 commit 8ddab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/padata.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 8ddab42

Please sign in to comment.