From 1e3c1b8a768ec422f1ff6447a0c55ea8c8ee3ef8 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 23 Jul 2021 14:36:26 +0800 Subject: [PATCH] Apply trivial tweak --- lkmpg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lkmpg.tex b/lkmpg.tex index a5d9e60..0243e2c 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -804,7 +804,6 @@ BE CAREFUL: when a sequence is finished, another one starts. That means that at \node (branch2) [decision, below of=next, yshift=-1cm] {return is NULL?}; \node (stop) [startstop, below of=branch2, yshift=-1cm] {stop() treatment}; - \draw [->] (start) -- (branch1); \draw [->] (branch1) -- node[anchor=east] {} (emptynode); \draw [->] (branch1) -- node[left=2em, anchor=south] {No} (next); @@ -814,6 +813,7 @@ BE CAREFUL: when a sequence is finished, another one starts. That means that at \draw [->] (stop.west) to [out=135, in=-135] node [left] {} (start.west); \end{tikzpicture} \end{center} + Seq\_file provides basic functions for proc\_ops, as seq\_read, seq\_lseek, and some others. But nothing to write in the /proc file. Of course, you can still use the same way as in the previous example. \samplec{examples/procfs4.c}