linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ia64: fix typo in a comment
@ 2021-08-17 11:25 Jason Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Wang @ 2021-08-17 11:25 UTC (permalink / raw)
  To: valentin.schneider; +Cc: akpm, wangborong, linux-ia64, linux-kernel

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@cdjrlc.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ia64: Fix typo in a comment
@ 2021-11-13  3:03 Jason Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Wang @ 2021-11-13  3:03 UTC (permalink / raw)
  To: ardb; +Cc: linux-ia64, linux-kernel, Jason Wang

The double `the' in a comment is repeated, thus it should be removed.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 arch/ia64/kernel/uncached.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/ia64/kernel/uncached.c b/arch/ia64/kernel/uncached.c
index 51883a66aeb5..816803636a75 100644
--- a/arch/ia64/kernel/uncached.c
+++ b/arch/ia64/kernel/uncached.c
@@ -171,7 +171,7 @@ static int uncached_add_chunk(struct uncached_pool *uc_pool, int nid)
  * @n_pages: number of contiguous pages to allocate
  *
  * Allocate the specified number of contiguous uncached pages on the
- * the requested node. If not enough contiguous uncached pages are available
+ * requested node. If not enough contiguous uncached pages are available
  * on the requested node, roundrobin starting with the next higher node.
  */
 unsigned long uncached_alloc_page(int starting_nid, int n_pages)
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-13  3:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17 11:25 [PATCH] ia64: fix typo in a comment Jason Wang
2021-11-13  3:03 [PATCH] ia64: Fix " Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).