On 6/27/25 3:10 AM, Petr Tesarik wrote: > The wording sometimes suggests there are multiple functions for an > operation. This was in fact the case before PCI DMA API was removed, but > since there is only one API now, the documentation has become confusing. > > To improve readability: > > * Remove implicit references to the PCI DMA API (plurals, use of "both", > etc.) > > * Where possible, refer to an actual function rather than a more generic > description of the operation. > > Signed-off-by: Petr Tesarik <ptesarik@xxxxxxxx> > Reviewed-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx> Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. > --- > Documentation/core-api/dma-api.rst | 25 ++++++++++--------------- > 1 file changed, 10 insertions(+), 15 deletions(-) -- ~Randy