All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux/kernel.h: Fix minor type in comment
@ 2018-04-10  6:57 Yuval Shaia
  2018-04-10  7:06 ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Yuval Shaia @ 2018-04-10  6:57 UTC (permalink / raw)
  To: akpm, mingo, tglx, keescook, pombredanne, yuval.shaia, bp,
	abbotti, rdunlap, bhe, yamada.masahiro, linux-kernel

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
---
 include/linux/kernel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index ce51455e2adf..a5b4ba3bdb61 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -651,7 +651,7 @@ do {									\
  * your code. (Extra memory is used for special buffers that are
  * allocated when trace_printk() is used.)
  *
- * A little optization trick is done here. If there's only one
+ * A little optimization trick is done here. If there's only one
  * argument, there's no need to scan the string for printf formats.
  * The trace_puts() will suffice. But how can we take advantage of
  * using trace_puts() when trace_printk() has only one argument?
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] linux/kernel.h: Fix minor type in comment
  2018-04-10  6:57 [PATCH] linux/kernel.h: Fix minor type in comment Yuval Shaia
@ 2018-04-10  7:06 ` Ingo Molnar
  2018-04-10  7:14   ` Yuval Shaia
  0 siblings, 1 reply; 3+ messages in thread
From: Ingo Molnar @ 2018-04-10  7:06 UTC (permalink / raw)
  To: Yuval Shaia
  Cc: akpm, tglx, keescook, pombredanne, bp, abbotti, rdunlap, bhe,
	yamada.masahiro, linux-kernel


* Yuval Shaia <yuval.shaia@oracle.com> wrote:

> Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
> ---
>  include/linux/kernel.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/kernel.h b/include/linux/kernel.h
> index ce51455e2adf..a5b4ba3bdb61 100644
> --- a/include/linux/kernel.h
> +++ b/include/linux/kernel.h
> @@ -651,7 +651,7 @@ do {									\
>   * your code. (Extra memory is used for special buffers that are
>   * allocated when trace_printk() is used.)
>   *
> - * A little optization trick is done here. If there's only one
> + * A little optimization trick is done here. If there's only one
>   * argument, there's no need to scan the string for printf formats.
>   * The trace_puts() will suffice. But how can we take advantage of
>   * using trace_puts() when trace_printk() has only one argument?

Please also fix the typo in the title ;-)

Thanks,

	Ingo

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] linux/kernel.h: Fix minor type in comment
  2018-04-10  7:06 ` Ingo Molnar
@ 2018-04-10  7:14   ` Yuval Shaia
  0 siblings, 0 replies; 3+ messages in thread
From: Yuval Shaia @ 2018-04-10  7:14 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: akpm, tglx, keescook, pombredanne, bp, abbotti, rdunlap, bhe,
	yamada.masahiro, linux-kernel

On Tue, Apr 10, 2018 at 09:06:26AM +0200, Ingo Molnar wrote:
> 
> * Yuval Shaia <yuval.shaia@oracle.com> wrote:
> 
> > Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
> > ---
> >  include/linux/kernel.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/include/linux/kernel.h b/include/linux/kernel.h
> > index ce51455e2adf..a5b4ba3bdb61 100644
> > --- a/include/linux/kernel.h
> > +++ b/include/linux/kernel.h
> > @@ -651,7 +651,7 @@ do {									\
> >   * your code. (Extra memory is used for special buffers that are
> >   * allocated when trace_printk() is used.)
> >   *
> > - * A little optization trick is done here. If there's only one
> > + * A little optimization trick is done here. If there's only one
> >   * argument, there's no need to scan the string for printf formats.
> >   * The trace_puts() will suffice. But how can we take advantage of
> >   * using trace_puts() when trace_printk() has only one argument?
> 
> Please also fix the typo in the title ;-)

Sorry, fixed that but forgot to amend :)

Will post v2 in few seconds.

> 
> Thanks,
> 
> 	Ingo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-10  7:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-10  6:57 [PATCH] linux/kernel.h: Fix minor type in comment Yuval Shaia
2018-04-10  7:06 ` Ingo Molnar
2018-04-10  7:14   ` Yuval Shaia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.