diff mbox

tracepoint: Spell Fix: Write "binay" as "binary"

Message ID 32a55f133a8138560044ecdac34f0e5aef97ddc3.1385977486.git.viresh.kumar@linaro.org
State New
Headers show

Commit Message

Viresh Kumar Dec. 2, 2013, 9:45 a.m. UTC
Binary was written as binay, probably by mistake. Fix it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 include/linux/tracepoint.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ingo Molnar Dec. 2, 2013, 12:58 p.m. UTC | #1
* Viresh Kumar <viresh.kumar@linaro.org> wrote:

> Binary was written as binay, probably by mistake. Fix it.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

The patch title itself needs spelling and capitalization fixes as 
well...

Thanks,

	Ingo
Steven Rostedt Dec. 2, 2013, 2:37 p.m. UTC | #2
On Mon,  2 Dec 2013 15:15:37 +0530
Viresh Kumar <viresh.kumar@linaro.org> wrote:

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

This can go through the trivial tree.

Acked-by: Steven Rostedt <rostedt@goodmis.org>

-- Steve

> 
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> ---
>  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.
diff mbox

Patch

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.