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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 24 Jul 2018 10:58:44 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc:     linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: Re: [PATCH v1] tracing: Trivia spelling fix containerof() ->
 container_of()

On Mon, 23 Jul 2018 11:31:59 +0300
Andy Shevchenko <andriy.shevchenko@...ux.intel.com> wrote:

> This is the only location on kernel that has wrong spelling
> of the container_of() helper. Fix it.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>

Acked-by: Steven Rostedt (VMware) <rostedt@...dmis.org>

-- Steve

> ---
>  kernel/trace/trace_printk.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/trace/trace_printk.c b/kernel/trace/trace_printk.c
> index 50f44b7b2b32..3cd7b0fcacc6 100644
> --- a/kernel/trace/trace_printk.c
> +++ b/kernel/trace/trace_printk.c
> @@ -114,7 +114,7 @@ static int module_trace_bprintk_format_notify(struct notifier_block *self,
>   * section, then we need to read the link list pointers. The trick is
>   * we pass the address of the string to the seq function just like
>   * we do for the kernel core formats. To get back the structure that
> - * holds the format, we simply use containerof() and then go to the
> + * holds the format, we simply use container_of() and then go to the
>   * next format in the list.
>   */
>  static const char **

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ