[bootlin/training-materials updates] master: kernel: replace overlays with overwrite (001f8ed4)

Clément Léger clement.leger at bootlin.com
Tue Jan 25 12:09:03 CET 2022


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

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

commit 001f8ed454d9b89621c1cac43227dfaebd9b0033
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Fri Jan 21 10:34:13 2022 +0100

    kernel: replace overlays with overwrite
    
    Using overlays is missleading for people that heard about device-tree
    overlays. Use overwrite which seems more accurate.
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

001f8ed454d9b89621c1cac43227dfaebd9b0033
 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 b38f41fd..3e0a2868 100644
--- a/slides/kernel-device-model/kernel-device-model.tex
+++ b/slides/kernel-device-model/kernel-device-model.tex
@@ -672,7 +672,7 @@ uart0: serial at 44e09000 {
     and often various processors in the same family share a number of
     similarities.
   \item To allow this, a {\em device tree} file can include another
-    one. The trees described by the including file overlays the tree
+    one. The trees described by the including file overwrites the tree
     described by the included file. This can be done:
     \begin{itemize}
        \item Either by using the \code{/include/} statement




More information about the training-materials-updates mailing list