Skip to content

Commit 9e54fe1

Browse files
authored
Merge pull request #324 from I-Ying-Tsai/fix-api-coexistence-grammar
Fix grammar and tense in API coexistence explanation
2 parents 687ce7c + e68c016 commit 9e54fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1841,7 +1841,7 @@ \subsection{Flashing keyboard LEDs}
18411841
\end{code}
18421842

18431843
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.
1844+
One of the reasons why the API was changed is that it needed to coexist with the old version of the interface.
18451845
Moreover, the \cpp|timer_setup| was implemented by \cpp|setup_timer| at first.
18461846
\begin{code}
18471847
void timer_setup(struct timer_list *timer,

0 commit comments

Comments
 (0)