Skip to content

Commit e68c016

Browse files
committed
Fix grammar and improve clarity in API coexistence explanation
The original sentence was ungrammatical and slightly unclear. This patch improves the article usage, verb tense, and phrasing to ensure clarity and correctness.
1 parent 687ce7c commit e68c016

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)