[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220831063737.18460-1-yuanjilin@cdjrlc.com>
Date: Wed, 31 Aug 2022 14:37:37 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: hca@...ux.ibm.com, gor@...ux.ibm.com, agordeev@...ux.ibm.com,
borntraeger@...ux.ibm.com, svens@...ux.ibm.com
Cc: linux-s390@...r.kernel.org, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] s390/delay: fix repeated words in comments
Delete the redundant word 'that'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
arch/s390/lib/delay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/s390/lib/delay.c b/arch/s390/lib/delay.c
index f7f5adea8940..c32bc8f7c1fd 100644
--- a/arch/s390/lib/delay.c
+++ b/arch/s390/lib/delay.c
@@ -16,7 +16,7 @@ void __delay(unsigned long loops)
/*
* To end the bloody studid and useless discussion about the
* BogoMips number I took the liberty to define the __delay
- * function in a way that that resulting BogoMips number will
+ * function in a way that resulting BogoMips number will
* yield the megahertz number of the cpu. The important function
* is udelay and that is done using the tod clock. -- martin.
*/
--
2.36.1
Powered by blists - more mailing lists