lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 13 Nov 2012 14:13:11 +0100
From:	richard -rw- weinberger <richard.weinberger@...il.com>
To:	David R <david@...olicited.net>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: Sched - trivial spelling patch

On Tue, Nov 13, 2012 at 1:13 PM, David R <david@...olicited.net> wrote:
> Spell "logarithmic" correctly in sched debug.
>
> --- kernel/sched/debug.c.orig   2012-11-13 11:52:59.000000000 +0000
> +++ kernel/sched/debug.c        2012-11-13 11:53:30.000000000 +0000
> @@ -318,7 +318,7 @@
>
>  static const char *sched_tunable_scaling_names[] = {
>         "none",
> -       "logaritmic",
> +       "logarithmic",
>         "linear"
>  };
>

Your patch is missing a Signed-off-by tag.
Please use checkpatch.pl to verify your patch.

On the other hand I'm not sure if this change is a good idea.
sched_tunable_scaling_names is exposed to user space,
changing a member may break existing applications.

-- 
Thanks,
//richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ