[bootlin/training-materials updates] master: kernel: serial: output: Nicely reorder the structure to match the solutions (2bb77937)

Miquel Raynal miquel.raynal at bootlin.com
Mon Jun 21 18:43:45 CEST 2021


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

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

commit 2bb779376137a1ada6ffb0bcae2cc6bd7c428fa1
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Mon Jun 21 18:43:33 2021 +0200

    kernel: serial: output: Nicely reorder the structure to match the solutions
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

2bb779376137a1ada6ffb0bcae2cc6bd7c428fa1
 labs/kernel-serial-output/kernel-serial-output.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-serial-output/kernel-serial-output.tex b/labs/kernel-serial-output/kernel-serial-output.tex
index 0f1d152d..a044efae 100644
--- a/labs/kernel-serial-output/kernel-serial-output.tex
+++ b/labs/kernel-serial-output/kernel-serial-output.tex
@@ -46,8 +46,8 @@ to our device specific private data structure:
 
 \begin{verbatim}
 struct serial_dev {
-        struct miscdevice miscdev;
         void __iomem *regs;
+        struct miscdevice miscdev;
 };
 \end{verbatim}
 




More information about the training-materials-updates mailing list