[bootlin/training-materials updates] master: Kernel debug lab: correct instruction (797fbcdd)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Apr 27 15:52:12 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/797fbcdd563397c24b3dc4e2922f86d864890f92

>---------------------------------------------------------------

commit 797fbcdd563397c24b3dc4e2922f86d864890f92
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Apr 27 15:52:12 2021 +0200

    Kernel debug lab: correct instruction
    
    - We didn't explicitely enable debugfs, we just already had it.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

797fbcdd563397c24b3dc4e2922f86d864890f92
 labs/kernel-debugging/kernel-debugging.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-debugging/kernel-debugging.tex b/labs/kernel-debugging/kernel-debugging.tex
index 2a3af485..da914f60 100644
--- a/labs/kernel-debugging/kernel-debugging.tex
+++ b/labs/kernel-debugging/kernel-debugging.tex
@@ -55,8 +55,8 @@ drivers and be able to selectively enable only some of them.
 
 \section{debugfs}
 
-Since you have enabled debugfs to control the dynamic debug feature,
-we will also use it to add a new \code{debugfs} entry. Modify your driver to
+After using \code{debugfs} for controlling the dynamic debug feature,
+let's add a new entry in this filesystem. Modify your driver to
 add:
 
 \begin{itemize}




More information about the training-materials-updates mailing list