[bootlin/training-materials updates] master: common: printk: specify dynamic debug use case (81ace974)

Alexis Lothoré alexis.lothore at bootlin.com
Mon Jul 10 14:18:23 CEST 2023


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

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

commit 81ace9740d23596e647b324ee39faf9cfe4f65ca
Author: Alexis Lothoré <alexis.lothore at bootlin.com>
Date:   Mon Jul 10 14:09:04 2023 +0200

    common: printk: specify dynamic debug use case
    
    Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>


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

81ace9740d23596e647b324ee39faf9cfe4f65ca
 common/printk.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/printk.tex b/common/printk.tex
index 44d0b88a..3cc1ecba 100644
--- a/common/printk.tex
+++ b/common/printk.tex
@@ -160,7 +160,7 @@ dev_info(&pdev->dev, "in probe\n");
 \begin{frame}
   \frametitle{Debug logs troubleshooting}
   \begin{itemize}
-    \item Make sure that your debug call is enabled: it must be visible in
+    \item When using dynamic debug, make sure that your debug call is enabled: it must be visible in
     \code{control} file in debugfs \textbf{and} be actived (\code{=p})
     \item Is your log output only in kernel log buffer ?
     \begin{itemize}




More information about the training-materials-updates mailing list