Re: [PATCH] tracepoint: Spell Fix: Write "binay" as "binary"

From: Steven Rostedt
Date: Mon Dec 02 2013 - 09:37:28 EST


On Mon, 2 Dec 2013 15:15:37 +0530
Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:

> Binary was written as binay, probably by mistake. Fix it.

This can go through the trivial tree.

Acked-by: Steven Rostedt <rostedt@xxxxxxxxxxx>

-- Steve

>
> Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> ---
> include/linux/tracepoint.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h
> index ebeab36..f0c3e4c 100644
> --- a/include/linux/tracepoint.h
> +++ b/include/linux/tracepoint.h
> @@ -274,7 +274,7 @@ static inline void tracepoint_synchronize_unregister(void)
> * For use with the TRACE_EVENT macro:
> *
> * We define a tracepoint, its arguments, its printk format
> - * and its 'fast binay record' layout.
> + * and its 'fast binary record' layout.
> *
> * Firstly, name your tracepoint via TRACE_EVENT(name : the
> * 'subsystem_event' notation is fine.

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