[bootlin/training-materials updates] master: Kernel slides: add probably missing word (95963fbb)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Apr 27 16:58:30 CEST 2021


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

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

commit 95963fbb3d354b61baa2230a18a4c0ac2bc308ae
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Apr 27 16:58:30 2021 +0200

    Kernel slides: add probably missing word
    
    - Please revert if I guessed wrong
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

95963fbb3d354b61baa2230a18a4c0ac2bc308ae
 .../kernel-driver-development-interrupts.tex                          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/kernel-driver-development-interrupts/kernel-driver-development-interrupts.tex b/slides/kernel-driver-development-interrupts/kernel-driver-development-interrupts.tex
index f324bf08..29cd606e 100644
--- a/slides/kernel-driver-development-interrupts/kernel-driver-development-interrupts.tex
+++ b/slides/kernel-driver-development-interrupts/kernel-driver-development-interrupts.tex
@@ -145,8 +145,8 @@ Err:          0
   \begin{itemize}
   \item The interrupt handler is executed inside a thread.
   \item Allows to block during the interrupt handler, which is often
-        needed for I2C/SPI devices as the interrupt handler needs to
-        communicate with them.
+        needed for I2C/SPI devices as the interrupt handler needs time
+	to communicate with them.
   \item Allows to set a priority for the interrupt handler
         execution, which is useful for real-time usage of Linux
   \end{itemize}




More information about the training-materials-updates mailing list