[bootlin/training-materials updates] master: common: printk: split "commandline" into "command line" (f85af1ec)

Alexis Lothoré alexis.lothore at bootlin.com
Mon Jul 10 14:18:23 CEST 2023


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

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

commit f85af1ec511c42db9af29f18e16224c6d1708a5f
Author: Alexis Lothoré <alexis.lothore at bootlin.com>
Date:   Mon Jul 10 14:10:48 2023 +0200

    common: printk: split "commandline" into "command line"
    
    Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>


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

f85af1ec511c42db9af29f18e16224c6d1708a5f
 common/printk.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/printk.tex b/common/printk.tex
index 9e845cbb..2e6e2ac1 100644
--- a/common/printk.tex
+++ b/common/printk.tex
@@ -171,11 +171,11 @@ dev_info(&pdev->dev, "in probe\n");
     \end{itemize}
     \item If you are working on an out-of-tree module, you may prefer to define \code{DEBUG} in
     your module source or Makefile instead of using dynamic debug
-    \item If configuration is done through kernel commandline, is it
+    \item If configuration is done through kernel command line, is it
     properly interpreted ?
     \begin{itemize}
       \item Starting from 5.14, kernel will let you know about faulty
-      commandline:\\
+      command line:\\
       \code{Unknown kernel command line parameters foo, will be passed to user
       space.}
       \item You may need to take care of special characters escaping (e.g: quotes)




More information about the training-materials-updates mailing list