[bootlin/training-materials updates] master: kernel-device-model: Fix trivial typo (9b804324)

Miquel Raynal miquel.raynal at bootlin.com
Thu Jun 17 09:32:35 CEST 2021


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

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

commit 9b804324a7d857099abf8f8fc694822db13e7b29
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Thu Jun 17 09:32:19 2021 +0200

    kernel-device-model: Fix trivial typo
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

9b804324a7d857099abf8f8fc694822db13e7b29
 slides/kernel-device-model/kernel-device-model.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/kernel-device-model/kernel-device-model.tex b/slides/kernel-device-model/kernel-device-model.tex
index 05b1ff72..99b6b5d2 100644
--- a/slides/kernel-device-model/kernel-device-model.tex
+++ b/slides/kernel-device-model/kernel-device-model.tex
@@ -42,7 +42,7 @@
   \item The {\em device model} is organized around three main data
     structures:
     \begin{itemize}
-    \item The \kstruct{bus_type} structure, which represent one type of bus
+    \item The \kstruct{bus_type} structure, which represents one type of bus
       (USB, PCI, I2C, etc.)
     \item The \kstruct{device_driver} structure, which represents one driver
       capable of handling certain devices on a certain bus.




More information about the training-materials-updates mailing list