diff options
author | Hendrik Hamerlinck <hendrik.hamerlinck@hammernet.be> | 2025-05-13 13:09:31 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-05-19 08:02:14 -0600 |
commit | 52092c1d501bb56432c667d397008faad8acbd90 (patch) | |
tree | d2054aeb1e5dba1639a91423d6568e1988f3432c | |
parent | 2dbe93d1e4d730e6e730310035906aa85fa5eee6 (diff) |
docs: fix "incase" typo in coresight/panic.rst
Corrects a spelling mistake in Documentation/trace/coresight/panic.rst
where "incase" was used instead of "in case".
Signed-off-by: Hendrik Hamerlinck <hendrik.hamerlinck@hammernet.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250513110931.15072-1-hendrik.hamerlinck@hammernet.be>
-rw-r--r-- | Documentation/trace/coresight/panic.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/trace/coresight/panic.rst b/Documentation/trace/coresight/panic.rst index a58aa914c241..6e4bde953cae 100644 --- a/Documentation/trace/coresight/panic.rst +++ b/Documentation/trace/coresight/panic.rst @@ -67,8 +67,8 @@ Trace data captured at the time of panic, can be read from rebooted kernel or from crashdump kernel using a special device file /dev/crash_tmc_xxx. This device file is created only when there is a valid crashdata available. -General flow of trace capture and decode incase of kernel panic -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +General flow of trace capture and decode in case of kernel panic +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. Enable source and sink on all the cores using the sysfs interface. ETR sinks should have trace buffers allocated from reserved memory, by selecting "resrv" buffer mode from sysfs. |