From: Lin Yu Chen Date: Wed, 12 Apr 2023 18:37:39 +0000 (-0700) Subject: docs: trace: Fix typo in ftrace.rst X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c9b951c3136fb04a9bb89deef5bba8e262410f68;p=linux.git 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 Acked-by: Steven Rostedt (Google) Link: https://lore.kernel.org/r/20230412183739.89894-1-starpt.official@gmail.com Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst index b927fb2b94dc4..e8bca5fea7ccc 100644 --- a/Documentation/trace/ftrace.rst +++ b/Documentation/trace/ftrace.rst @@ -3510,7 +3510,7 @@ directories, the rmdir will fail with EBUSY. Stack trace ----------- 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 can be in danger of a stack overflow, and corruption will occur, usually leading to a system panic.