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

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:36 CEST 2021


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

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

commit 26ea0510e23d64147a6107e52f4b83d5a0324d7d
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>


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

26ea0510e23d64147a6107e52f4b83d5a0324d7d
 .../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