Skip to content

Commit c9b951c

Browse files
Lin Yu ChenJonathan Corbet
authored andcommitted
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: Lin Yu Chen <starpt.official@gmail.com> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org> Link: https://lore.kernel.org/r/20230412183739.89894-1-starpt.official@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent c0d747a commit c9b951c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/trace/ftrace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3510,7 +3510,7 @@ directories, the rmdir will fail with EBUSY.
35103510
Stack trace
35113511
-----------
35123512
Since the kernel has a fixed sized stack, it is important not to
3513-
waste it in functions. A kernel developer must be conscience of
3513+
waste it in functions. A kernel developer must be conscious of
35143514
what they allocate on the stack. If they add too much, the system
35153515
can be in danger of a stack overflow, and corruption will occur,
35163516
usually leading to a system panic.

0 commit comments

Comments
 (0)