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:	Fri, 11 Oct 2013 21:50:16 +0900
From:	Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
To:	Tom Zanussi <tom.zanussi@...ux.intel.com>
Cc:	rostedt@...dmis.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v10 11/12] tracing: fix tracing_snapshot kerneldoc

(2013/10/11 9:48), Tom Zanussi wrote:
> The names of the functions are tracing_snapshot_*, not
> trace_snapshot_* - fix up the kerneldoc to avoid confusion.
> 
> Signed-off-by: Tom Zanussi <tom.zanussi@...ux.intel.com>

It seems that this is not related this series.
Please send it as a trivial fix patch :)

Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>

> ---
>  kernel/trace/trace.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
> index 5aa8f80..81d95bf 100644
> --- a/kernel/trace/trace.c
> +++ b/kernel/trace/trace.c
> @@ -514,7 +514,7 @@ EXPORT_SYMBOL_GPL(__trace_bputs);
>  
>  #ifdef CONFIG_TRACER_SNAPSHOT
>  /**
> - * trace_snapshot - take a snapshot of the current buffer.
> + * tracing_snapshot - take a snapshot of the current buffer.
>   *
>   * This causes a swap between the snapshot buffer and the current live
>   * tracing buffer. You can use this to take snapshots of the live
> @@ -617,9 +617,9 @@ int tracing_alloc_snapshot(void)
>  EXPORT_SYMBOL_GPL(tracing_alloc_snapshot);
>  
>  /**
> - * trace_snapshot_alloc - allocate and take a snapshot of the current buffer.
> + * tracing_snapshot_alloc - allocate and take a snapshot of the current buffer.
>   *
> - * This is similar to trace_snapshot(), but it will allocate the
> + * This is similar to tracing_snapshot(), but it will allocate the
>   * snapshot buffer if it isn't already allocated. Use this only
>   * where it is safe to sleep, as the allocation may sleep.
>   *
> 


-- 
Masami HIRAMATSU
IT Management Research Dept. Linux Technology Center
Hitachi, Ltd., Yokohama Research Laboratory
E-mail: masami.hiramatsu.pt@...achi.com


--
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