Commit c9b951c3 authored by Lin Yu Chen's avatar Lin Yu Chen Committed by Jonathan Corbet

docs: trace: Fix typo in ftrace.rst

There is a typo in the sentence "A kernel developer must be
conscience ...". The word conscience should be conscious.
This patch fixes it.
Signed-off-by: default avatarLin Yu Chen <starpt.official@gmail.com>
Acked-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
Link: https://lore.kernel.org/r/20230412183739.89894-1-starpt.official@gmail.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent c0d747a5
...@@ -3510,7 +3510,7 @@ directories, the rmdir will fail with EBUSY. ...@@ -3510,7 +3510,7 @@ directories, the rmdir will fail with EBUSY.
Stack trace Stack trace
----------- -----------
Since the kernel has a fixed sized stack, it is important not to Since the kernel has a fixed sized stack, it is important not to
waste it in functions. A kernel developer must be conscience of waste it in functions. A kernel developer must be conscious of
what they allocate on the stack. If they add too much, the system what they allocate on the stack. If they add too much, the system
can be in danger of a stack overflow, and corruption will occur, can be in danger of a stack overflow, and corruption will occur,
usually leading to a system panic. usually leading to a system panic.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment