Skip to content

Commit 8730662

Browse files
weivincewangIngo Molnar
authored andcommitted
kernel.h: Fix a typo in comment
Signed-off-by: Wei Wang <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Crt Mori <[email protected]> Cc: Josh Poimboeuf <[email protected]> Cc: Kees Cook <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Steven Rostedt <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Cc: [email protected] Link: https://lkml.kernel.org/lkml/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 684fb24 commit 8730662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/kernel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ do { \
666666
* your code. (Extra memory is used for special buffers that are
667667
* allocated when trace_printk() is used.)
668668
*
669-
* A little optization trick is done here. If there's only one
669+
* A little optimization trick is done here. If there's only one
670670
* argument, there's no need to scan the string for printf formats.
671671
* The trace_puts() will suffice. But how can we take advantage of
672672
* using trace_puts() when trace_printk() has only one argument?

0 commit comments

Comments
 (0)