Skip to content

Commit

Permalink
Merge pull request #264 from jouae/master
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
jserv authored Jul 3, 2024
2 parents 7bcc4fb + 74a450b commit 032d1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lkmpg.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ \subsection{Manage /proc file with seq\_file}
The \cpp|seq_file| API starts a sequence when a user read the \verb|/proc| file.

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

0 comments on commit 032d1b8

Please sign in to comment.