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:   Thu, 31 May 2018 08:15:45 -0700
From:   Joe Perches <joe@...ches.com>
To:     Thadeu Lima de Souza Cascardo <cascardo@...onical.com>,
        linux-kernel@...r.kernel.org
Cc:     rostedt@...dmis.org, mingo@...hat.com
Subject: Re: [PATCH] ftrace: use non-archaic spelling of failes

On Thu, 2018-05-31 at 09:17 -0300, Thadeu Lima de Souza Cascardo wrote:
> diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c
[]
> @@ -4788,7 +4788,7 @@ ftrace_set_addr(struct ftrace_ops *ops, unsigned long ip, int remove,
>   * @reset - non zero to reset all filters before applying this filter.
>   *
>   * Filters denote which functions should be enabled when tracing is enabled
> - * If @ip is NULL, it failes to update filter.
> + * If @ip is NULL, it fails to update filter.
>   */
>  int ftrace_set_filter_ip(struct ftrace_ops *ops, unsigned long ip,
>  			 int remove, int reset)

Perhaps fix it treewide?

$ git grep -w -i failes | wc -l
8

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ