[bootlin/training-materials updates] master: common: printk: add missing "the" in multiple places (00b08bbf)

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/00b08bbf12ed26ff0bbbc5013b48c60042f34c71

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

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

    common: printk: add missing "the" in multiple places
    
    Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>


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

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

diff --git a/common/printk.tex b/common/printk.tex
index 3cc1ecba..9e845cbb 100644
--- a/common/printk.tex
+++ b/common/printk.tex
@@ -165,8 +165,8 @@ dev_info(&pdev->dev, "in probe\n");
     \item Is your log output only in kernel log buffer ?
     \begin{itemize}
       \item You can see it thanks to \code{dmesg}
-      \item You can lower \code{loglevel} to output it to console directly
-      \item You can also set \code{ignore_loglevel} in kernel command line to
+      \item You can lower the \code{loglevel} to output it to  the console directly
+      \item You can also set \code{ignore_loglevel} in the kernel command line to
       force all kernel logs to console
     \end{itemize}
     \item If you are working on an out-of-tree module, you may prefer to define \code{DEBUG} in




More information about the training-materials-updates mailing list