[bootlin/training-materials updates] master: Kernel slides: typo fix (8af661d3)

Miquel Raynal miquel.raynal at bootlin.com
Thu Mar 18 16:43:22 CET 2021


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

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

commit 8af661d3684c980ba54ae9a2c6fbda0fc8f191fe
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Thu Mar 18 16:37:45 2021 +0100

    Kernel slides: typo fix
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

8af661d3684c980ba54ae9a2c6fbda0fc8f191fe
 .../kernel-power-management-content/kernel-power-management-content.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/kernel-power-management-content/kernel-power-management-content.tex b/slides/kernel-power-management-content/kernel-power-management-content.tex
index c56b9861..ca46f425 100644
--- a/slides/kernel-power-management-content/kernel-power-management-content.tex
+++ b/slides/kernel-power-management-content/kernel-power-management-content.tex
@@ -97,7 +97,7 @@
   \item Infrastructure in the kernel to support suspend and resume
   \item System on Chip hooks
     \begin{itemize}
-    \item Define operations (at least \code{valid() and \code{enter()}}
+    \item Define operations (at least \code{valid()} and \code{enter()})
       \kstruct{platform_suspend_ops} structure. See the documentation
       for this structure for details about possible operations and the
       way they are used.




More information about the training-materials-updates mailing list