On Sat, Jan 17, 2026 at 4:53 AM Stephen Hemminger <[email protected]> wrote: > > Use AI review to find and address various documentation issues > in the eventdev programmer's guide: > > Grammar > - Fix subject-verb agreement in multiple places > - Fix article usage ("a" vs "an" before consonant/vowel sounds) > - Fix relative pronoun usage ("which" vs "that") > - Replace nonstandard verb "invocated" with "invoked" > > Spelling > - Fix "setup up" to "set up" > - Fix "as show below" to "as shown below" (multiple files) > - Fix "rte mbuf" to "rte_mbuf" > - Fix "rte_mbufs" to "rte_mbuf" > - Fix missing backtick in RST markup > > Style > - Capitalize "api" to "API" > - Replace informal "For e.g," with "For example," > - Remove extra whitespace > - Fix "benefit of" to "benefit from" > - Clarify awkward phrasing > > Code example > - Fix invalid switch syntax "case default:" to "default:" > > Path corrections > - Update outdated library path from libs/librte_eventdev to lib/eventdev > > Signed-off-by: Stephen Hemminger <[email protected]>
Applied to dpdk-next-eventdev/for-main. Thanks

