Skip to content

Commit df941fd

Browse files
geertuherbertx
authored andcommitted
crypto: sl3516 - Typo s/Stormlink/Storlink/
According to Documentation/devicetree/bindings/arm/gemini.txt, the company was originally named "Storlink Semiconductor", and later renamed to "Storm Semiconductor". Fixes: 46c5338 ("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>
1 parent 8833272 commit df941fd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/crypto/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ config CRYPTO_DEV_NIAGARA2
267267
checksumming, and raw copies.
268268

269269
config CRYPTO_DEV_SL3516
270-
tristate "Stormlink SL3516 crypto offloader"
270+
tristate "Storlink SL3516 crypto offloader"
271271
depends on HAS_IOMEM
272272
select CRYPTO_SKCIPHER
273273
select CRYPTO_ENGINE

drivers/crypto/gemini/sl3516-ce-cipher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* sl3516-ce-cipher.c - hardware cryptographic offloader for Stormlink SL3516 SoC
3+
* sl3516-ce-cipher.c - hardware cryptographic offloader for Storlink SL3516 SoC
44
*
55
* Copyright (C) 2021 Corentin LABBE <clabbe@baylibre.com>
66
*

drivers/crypto/gemini/sl3516-ce-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* sl3516-ce-core.c - hardware cryptographic offloader for Stormlink SL3516 SoC
3+
* sl3516-ce-core.c - hardware cryptographic offloader for Storlink SL3516 SoC
44
*
55
* Copyright (C) 2021 Corentin Labbe <clabbe@baylibre.com>
66
*

0 commit comments

Comments
 (0)