We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 687ce7c + e68c016 commit 9e54fe1Copy full SHA for 9e54fe1
lkmpg.tex
@@ -1841,7 +1841,7 @@ \subsection{Flashing keyboard LEDs}
1841
\end{code}
1842
1843
Since Linux v4.14, \cpp|timer_setup| is adopted and the kernel step by step converting to \cpp|timer_setup| from \cpp|setup_timer|.
1844
-One of the reasons why API was changed is it need to coexist with the old version interface.
+One of the reasons why the API was changed is that it needed to coexist with the old version of the interface.
1845
Moreover, the \cpp|timer_setup| was implemented by \cpp|setup_timer| at first.
1846
\begin{code}
1847
void timer_setup(struct timer_list *timer,
0 commit comments