]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
drivers: crypto: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:40:32 +0000 (14:40 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 16:53:04 +0000 (10:53 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/crypto/fsl/desc.h
drivers/crypto/fsl/error.c

index 5705c4f94472b54ef9455cc8c210b184227ea358..eb108a9628b7d5f5a017de93f49d0437a84ae569 100644 (file)
 #define OP_ALG_RNG4_MAS                (0x1f3 << OP_ALG_RNG4_SHIFT)
 #define OP_ALG_RNG4_SK         (0x100 << OP_ALG_RNG4_SHIFT)
 
-
 /* Structures for Protocol Data Blocks */
 struct __packed pdb_ecdsa_verify {
        uint32_t pdb_hdr;
index 7b232d94c2a3167b1272f8b7ec8c4de614fdb788..dfcf5dbab35f21367d709233c9e476322a1f3330 100644 (file)
@@ -26,7 +26,6 @@
 #define JRSTA_DECOERR_INDEX_MASK    0xff00
 #define JRSTA_DECOERR_ERROR_MASK    0x00ff
 
-
 static const struct {
        u8 value;
        const char *error_text;