mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 23:36:45 +07:00
crypto: s5p-sss - Remove a stray tab
This code seems correct, but the goto was indented too far. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
7814f552ff
commit
f7daa71560
@ -1461,7 +1461,7 @@ static void s5p_hash_tasklet_cb(unsigned long data)
|
||||
&dd->hash_flags)) {
|
||||
/* hash or semi-hash ready */
|
||||
clear_bit(HASH_FLAGS_DMA_READY, &dd->hash_flags);
|
||||
goto finish;
|
||||
goto finish;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user