Skip to content

Commit 5892a42

Browse files
committed
Fix grammar and improve clarity in API coexistence explanation
Original: "One of the reasons why API was changed is it need to coexist with the old version interface." Issues: - Missing article ("the API") - Verb tense disagreement ("it need" → "it needed") - Unnatural phrase ("old version interface") Revised: "One of the reasons why the API was changed is that it needed to coexist with the old version of the interface." This change improves grammar, consistency, and readability in the explanation.
1 parent 687ce7c commit 5892a42

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)