[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210817112500.12848-1-wangborong@cdjrlc.com>
Date: Tue, 17 Aug 2021 19:25:00 +0800
From: Jason Wang <wangborong@...rlc.com>
To: valentin.schneider@....com
Cc: akpm@...ux-foundation.org, wangborong@...rlc.com,
linux-ia64@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ia64: fix typo in a comment
The double `when' in comment `TBD when when IA64 starts to support
suspend...' is repeated. Consequently, one `when' should be removed
from the comment.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
arch/ia64/kernel/acpi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c
index e2af6b172200..96d13cb7c19f 100644
--- a/arch/ia64/kernel/acpi.c
+++ b/arch/ia64/kernel/acpi.c
@@ -906,6 +906,6 @@ EXPORT_SYMBOL(acpi_unregister_ioapic);
/*
* acpi_suspend_lowlevel() - save kernel state and suspend.
*
- * TBD when when IA64 starts to support suspend...
+ * TBD when IA64 starts to support suspend...
*/
int acpi_suspend_lowlevel(void) { return 0; }
--
2.32.0
Powered by blists - more mailing lists