[bootlin/training-materials updates] master: training: slides: use more appropriate verb (4ab0d263)

Luca Ceresoli luca.ceresoli at bootlin.com
Wed Aug 23 14:32:12 CEST 2023


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

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

commit 4ab0d26343b059ef8cafcd6d9b5e20b5f1038057
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Tue Aug 22 12:02:14 2023 +0200

    training: slides: use more appropriate verb
    
    Also remove unneeded line break.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

4ab0d26343b059ef8cafcd6d9b5e20b5f1038057
 slides/debugging-common-tools/debugging-common-tools.tex | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/slides/debugging-common-tools/debugging-common-tools.tex b/slides/debugging-common-tools/debugging-common-tools.tex
index 8a313804..58c18dbf 100644
--- a/slides/debugging-common-tools/debugging-common-tools.tex
+++ b/slides/debugging-common-tools/debugging-common-tools.tex
@@ -75,8 +75,7 @@
     \item {\em debugfs} is a simple RAM-based filesystem which exposes debugging
           information.
     \item Used by some subsystems ({\em clk}, {\em block}, {\em dma}, {\em gpio},
-          etc) to
-          display debugging information related to the internals.
+          etc) to expose debugging information related to the internals.
     \item Usually mounted on \code{/sys/kernel/debug}
     \begin{itemize}
       \item Dynamic debug features exposed through \code{/sys/kernel/debug/dynamic_debug}.




More information about the training-materials-updates mailing list