Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1507771

[PATCH] powerpc/pseries: fix spelling mistake: "Attemping" -> "Attempting"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] powerpc/pseries: fix spelling mistake: "Attemping" -> "Attempting"
Date 2016-10-25 00:10 +0200
Message-ID <svVBn-5bS-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in pr_debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/powerpc/platforms/pseries/hotplug-cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/platforms/pseries/hotplug-cpu.c b/arch/powerpc/platforms/pseries/hotplug-cpu.c
index a1b63e0..c8929cb 100644
--- a/arch/powerpc/platforms/pseries/hotplug-cpu.c
+++ b/arch/powerpc/platforms/pseries/hotplug-cpu.c
@@ -553,7 +553,7 @@ static ssize_t dlpar_cpu_remove(struct device_node *dn, u32 drc_index)
 {
 	int rc;
 
-	pr_debug("Attemping to remove CPU %s, drc index: %x\n",
+	pr_debug("Attempting to remove CPU %s, drc index: %x\n",
 		 dn->name, drc_index);
 
 	rc = dlpar_offline_cpu(dn);
-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] powerpc/pseries: fix spelling mistake: "Attemping" -> "Attempting" Colin King <colin.king@canonical.com> - 2016-10-25 00:10 +0200
  Re: [PATCH] powerpc/pseries: fix spelling mistake: "Attemping" -> "Attempting" Kees Cook <keescook@chromium.org> - 2016-10-25 00:20 +0200
    Re: [PATCH] powerpc/pseries: fix spelling mistake: "Attemping" ->  "Attempting" Colin Ian King <colin.king@canonical.com> - 2016-10-25 00:30 +0200
    Re: [PATCH] powerpc/pseries: fix spelling mistake: "Attemping" ->  "Attempting" Joe Perches <joe@perches.com> - 2016-10-25 00:30 +0200
  Re: [PATCH] powerpc/pseries: fix spelling mistake: "Attemping" ->  "Attempting" Nathan Fontenot <nfont@linux.vnet.ibm.com> - 2016-10-25 16:10 +0200

csiph-web