mbox

[0/2] remove unnecessary words in function documention

Message ID 20220622202738.401690-1-stephen@networkplumber.org (mailing list archive)
Headers

Message

Stephen Hemminger June 22, 2022, 8:27 p.m. UTC
  The phrase "This API is used to" is unnecessary and changes the
documentation into passive voice.

Stephen Hemminger (2):
  rawdev, dmadev: remove passive voice in function doc
  eal: remove passive voice from interrupt function documentation

 drivers/raw/ioat/rte_ioat_rawdev.h |  2 +-
 lib/dmadev/rte_dmadev.h            |  2 +-
 lib/eal/include/rte_interrupts.h   | 23 +++++++++++------------
 3 files changed, 13 insertions(+), 14 deletions(-)