Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>

authored by

Geert Uytterhoeven and committed by
Herbert Xu
df941fdd 8833272d

+3 -3
+1 -1
drivers/crypto/Kconfig
··· 267 267 checksumming, and raw copies. 268 268 269 269 config CRYPTO_DEV_SL3516 270 - tristate "Stormlink SL3516 crypto offloader" 270 + tristate "Storlink SL3516 crypto offloader" 271 271 depends on HAS_IOMEM 272 272 select CRYPTO_SKCIPHER 273 273 select CRYPTO_ENGINE
+1 -1
drivers/crypto/gemini/sl3516-ce-cipher.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 - * sl3516-ce-cipher.c - hardware cryptographic offloader for Stormlink SL3516 SoC 3 + * sl3516-ce-cipher.c - hardware cryptographic offloader for Storlink SL3516 SoC 4 4 * 5 5 * Copyright (C) 2021 Corentin LABBE <clabbe@baylibre.com> 6 6 *
+1 -1
drivers/crypto/gemini/sl3516-ce-core.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 - * sl3516-ce-core.c - hardware cryptographic offloader for Stormlink SL3516 SoC 3 + * sl3516-ce-core.c - hardware cryptographic offloader for Storlink SL3516 SoC 4 4 * 5 5 * Copyright (C) 2021 Corentin Labbe <clabbe@baylibre.com> 6 6 *