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

Commit 4f71fecd authored by Derek Robson's avatar Derek Robson Committed by Greg Kroah-Hartman
Browse files

staging: ccree: - style fix, spaces and tabs



Changed code indent to be tabs across whole driver
Found using checkpatch

Signed-off-by: default avatarDerek Robson <robsonde@gmail.com>
Acked-by: default avatarGilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2bd25151
Loading
Loading
Loading
Loading
+23 −22
Original line number Diff line number Diff line
@@ -722,7 +722,8 @@ ssi_blkcipher_create_data_desc(
static int ssi_blkcipher_complete(struct device *dev,
				struct ssi_ablkcipher_ctx *ctx_p,
				struct blkcipher_req_ctx *req_ctx,
                                  struct scatterlist *dst, struct scatterlist *src,
				struct scatterlist *dst,
				struct scatterlist *src,
				unsigned int ivsize,
				void *areq,
				void __iomem *cc_base)
+4 −4

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+20 −20

File changed.

Contains only whitespace changes.

+14 −14

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

Loading