[bootlin/training-materials updates] master: slides/sysdev-hw-devices: add Elixir link (0ba2e7b3)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Dec 15 10:06:05 CET 2022


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

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

commit 0ba2e7b39578bf1ede64fce4f7278c5094ce27a7
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Dec 15 10:06:05 2022 +0100

    slides/sysdev-hw-devices: add Elixir link
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

0ba2e7b39578bf1ede64fce4f7278c5094ce27a7
 slides/sysdev-hw-devices/sysdev-hw-devices.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-hw-devices/sysdev-hw-devices.tex b/slides/sysdev-hw-devices/sysdev-hw-devices.tex
index b94ba22d..f1a87a3c 100644
--- a/slides/sysdev-hw-devices/sysdev-hw-devices.tex
+++ b/slides/sysdev-hw-devices/sysdev-hw-devices.tex
@@ -1474,7 +1474,7 @@ examples:
     \item Sub-nodes of SPI controllers $\rightarrow$ {\em SPI devices}
     \item Each Linux driver has a table of compatible strings it supports
       \begin{itemize}
-      \item \code{struct of_device_id []}
+      \item \kstruct{of_device_id}\code{[]}
       \end{itemize}
     \item When a DT node compatible string matches a given driver, the
       device is {\em bound} to that driver.




More information about the training-materials-updates mailing list