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


Groups > linux.kernel > #1507788

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

From Kees Cook <keescook@chromium.org>
Newsgroups linux.kernel
Subject Re: [PATCH] powerpc/pseries: fix spelling mistake: "Attemping" -> "Attempting"
Date 2016-10-25 00:20 +0200
Message-ID <svVL4-5iq-33@gated-at.bofh.it> (permalink)
References <svVBn-5bS-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Oct 24, 2016 at 3:02 PM, Colin King <colin.king@canonical.com> wrote:
> 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

Reviewed-by: Kees Cook <keescook@chromium.org>

scripts/spelling.txt should likely get an addition for "attemping". It
already has "attemps"...

-Kees

-- 
Kees Cook
Nexus Security

Back to linux.kernel | Previous | NextPrevious in thread | Next 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