[FE training-materials-updates] kernel: misc slides - minor grammar fixes

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Oct 4 06:55:20 CEST 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=92bf0012659d268dead1f6befc77ed3e5fb5da0c

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

commit 92bf0012659d268dead1f6befc77ed3e5fb5da0c
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Oct 4 05:42:42 2013 +0200

    kernel: misc slides - minor grammar fixes
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

92bf0012659d268dead1f6befc77ed3e5fb5da0c
 .../kernel-misc-subsystem.tex                      |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/kernel-misc-subsystem/kernel-misc-subsystem.tex b/slides/kernel-misc-subsystem/kernel-misc-subsystem.tex
index c2c05a3..3d1c7e6 100644
--- a/slides/kernel-misc-subsystem/kernel-misc-subsystem.tex
+++ b/slides/kernel-misc-subsystem/kernel-misc-subsystem.tex
@@ -67,8 +67,8 @@ struct miscdevice  {
     assigned.
   \item \code{name}, name of the device, which will be used to create
     the device node if {\em devtmpfs} is used.
-  \item \code{fops}, pointer to the \code{file_operations}, that
-    describe which functions implement the {\em read}, {\em write},
+  \item \code{fops}, pointer to a \code{file_operations} structure, that
+    describes which functions implement the {\em read}, {\em write},
     {\em ioctl}, etc. operations.
   \item \code{parent}, the \code{struct device} that represents the
     hardware device exposed by this driver.



More information about the training-materials-updates mailing list