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

Commit b028b546 authored by Kim Phillips's avatar Kim Phillips Committed by Herbert Xu
Browse files

crypto: caam - more desc.h cleanups



manual removal of double-spaces - no non-whitespace changes.

Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 1582fa81
Loading
Loading
Loading
Loading
+167 −168
Original line number Diff line number Diff line
@@ -1579,7 +1579,6 @@
#define NFIFOENTRY_PS_MASK	(1 << NFIFOENTRY_PS_SHIFT)
#define NFIFOENTRY_PS		(1 << NFIFOENTRY_PS_SHIFT)


#define NFIFOENTRY_DLEN_SHIFT	0
#define NFIFOENTRY_DLEN_MASK	(0xFFF << NFIFOENTRY_DLEN_SHIFT)