Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77af0ae4 authored by Gary R Hook's avatar Gary R Hook Committed by Herbert Xu
Browse files

crypto: ccp - Fix some line spacing



Add/remove blank lines as appropriate.

Signed-off-by: default avatarGary R Hook <gary.hook@amd.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 30aabe36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -415,6 +415,7 @@ static void ccp_do_cmd_complete(unsigned long data)
	struct ccp_cmd *cmd = tdata->cmd;

	cmd->callback(cmd->data, cmd->ret);

	complete(&tdata->completion);
}

+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
#include <crypto/aes.h>
#include <crypto/sha.h>


struct ccp_device;
struct ccp_cmd;