mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
crypto: ccp - Fix some line spacing
Add/remove blank lines as appropriate. Signed-off-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
30aabe36d3
commit
77af0ae44e
2 changed files with 1 additions and 1 deletions
|
@ -415,6 +415,7 @@ static void ccp_do_cmd_complete(unsigned long data)
|
||||||
struct ccp_cmd *cmd = tdata->cmd;
|
struct ccp_cmd *cmd = tdata->cmd;
|
||||||
|
|
||||||
cmd->callback(cmd->data, cmd->ret);
|
cmd->callback(cmd->data, cmd->ret);
|
||||||
|
|
||||||
complete(&tdata->completion);
|
complete(&tdata->completion);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
#include <crypto/aes.h>
|
#include <crypto/aes.h>
|
||||||
#include <crypto/sha.h>
|
#include <crypto/sha.h>
|
||||||
|
|
||||||
|
|
||||||
struct ccp_device;
|
struct ccp_device;
|
||||||
struct ccp_cmd;
|
struct ccp_cmd;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue