diff mbox series

ARM: s3c: fix repeated words in comments

Message ID 20220914084127.33781-1-yuanjilin@cdjrlc.com (mailing list archive)
State New
Headers show
Series ARM: s3c: fix repeated words in comments | expand

Commit Message

Jilin Yuan Sept. 14, 2022, 8:41 a.m. UTC
Delete the redundant word 'would'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 arch/arm/mach-s3c/mach-gta02.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski Sept. 14, 2022, 9:56 a.m. UTC | #1
On 14/09/2022 10:41, Jilin Yuan wrote:
> Delete the redundant word 'would'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

https://lore.kernel.org/all/fa6a55a9-1c27-e9a8-739e-fd7ec34e3b76@canonical.com/

Same reply.


Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm/mach-s3c/mach-gta02.c b/arch/arm/mach-s3c/mach-gta02.c
index abfdce765525..807c1fc8ba2c 100644
--- a/arch/arm/mach-s3c/mach-gta02.c
+++ b/arch/arm/mach-s3c/mach-gta02.c
@@ -393,7 +393,7 @@  static struct s3c2410_nand_set __initdata gta02_nand_sets[] = {
 	[0] = {
 		/*
 		 * This name is also hard-coded in the boot loaders, so
-		 * changing it would would require all users to upgrade
+		 * changing it would require all users to upgrade
 		 * their boot loaders, some of which are stored in a NOR
 		 * that is considered to be immutable.
 		 */