crypto: sl3516 - Typo s/Stormlink/Storlink/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 25 Jun 2021 13:27:23 +0000 (15:27 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Jun 2021 03:28:08 +0000 (11:28 +0800)
According to Documentation/devicetree/bindings/arm/gemini.txt, the
company was originally named "Storlink Semiconductor", and later renamed
to "Storm Semiconductor".

Fixes: 46c5338db7bd45b2 ("crypto: sl3516 - Add sl3516 crypto engine")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig
drivers/crypto/gemini/sl3516-ce-cipher.c
drivers/crypto/gemini/sl3516-ce-core.c

index ebcec46..8796ddf 100644 (file)
@@ -267,7 +267,7 @@ config CRYPTO_DEV_NIAGARA2
          checksumming, and raw copies.
 
 config CRYPTO_DEV_SL3516
-       tristate "Stormlink SL3516 crypto offloader"
+       tristate "Storlink SL3516 crypto offloader"
        depends on HAS_IOMEM
        select CRYPTO_SKCIPHER
        select CRYPTO_ENGINE
index b41c2f5..c1c2b1d 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * sl3516-ce-cipher.c - hardware cryptographic offloader for Stormlink SL3516 SoC
+ * sl3516-ce-cipher.c - hardware cryptographic offloader for Storlink SL3516 SoC
  *
  * Copyright (C) 2021 Corentin LABBE <clabbe@baylibre.com>
  *
index da6cd52..b7524b6 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * sl3516-ce-core.c - hardware cryptographic offloader for Stormlink SL3516 SoC
+ * sl3516-ce-core.c - hardware cryptographic offloader for Storlink SL3516 SoC
  *
  * Copyright (C) 2021 Corentin Labbe <clabbe@baylibre.com>
  *