Skip to content

Commit 032d1b8

Browse files
authored
Merge pull request #264 from jouae/master
Fix a typo
2 parents 7bcc4fb + 74a450b commit 032d1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lkmpg.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ \subsection{Manage /proc file with seq\_file}
12341234
The \cpp|seq_file| API starts a sequence when a user read the \verb|/proc| file.
12351235

12361236
A sequence begins with the call of the function \cpp|start()|.
1237-
If the return is a non \cpp|NULL| value, the function \cpp|next()| is called; otherwise, otherwise, the \cpp|stop()| function is called directly.
1237+
If the return is a non \cpp|NULL| value, the function \cpp|next()| is called; otherwise, the \cpp|stop()| function is called directly.
12381238
This function is an iterator, the goal is to go through all the data.
12391239
Each time \cpp|next()| is called, the function \cpp|show()| is also called.
12401240
It writes data values in the buffer read by the user.

0 commit comments

Comments
 (0)