I got checkpatch warning email of this patch, but there have none valid information:
Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/97493 _coding style issues_ --- a/doc/guides/rel_notes/release_21_11.rst +++ b/doc/guides/rel_notes/release_21_11.rst . Who can take a look at this ? Thanks. On 2021/8/28 15:30, Chengwen Feng wrote: > This patch add myself as dmadev's maintainer and update release notes. > > Signed-off-by: Chengwen Feng <fengcheng...@huawei.com> > --- > MAINTAINERS | 7 +++++++ > doc/guides/rel_notes/release_21_11.rst | 5 +++++ > 2 files changed, 12 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 266f5ac..c057a09 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -496,6 +496,13 @@ F: drivers/raw/skeleton/ > F: app/test/test_rawdev.c > F: doc/guides/prog_guide/rawdev.rst > > +DMA device API - EXPERIMENTAL > +M: Chengwen Feng <fengcheng...@huawei.com> > +F: lib/dmadev/ > +F: drivers/dma/skeleton/ > +F: app/test/test_dmadev* > +F: doc/guides/prog_guide/dmadev.rst > + > > Memory Pool Drivers > ------------------- > diff --git a/doc/guides/rel_notes/release_21_11.rst > b/doc/guides/rel_notes/release_21_11.rst > index d707a55..78b9691 100644 > --- a/doc/guides/rel_notes/release_21_11.rst > +++ b/doc/guides/rel_notes/release_21_11.rst > @@ -55,6 +55,11 @@ New Features > Also, make sure to start the actual text at the margin. > ======================================================= > > +* **Added dmadev library support.** > + > + The dmadev library provides a DMA device framework for management and > + provision of hardware and software DMA devices. > + > > Removed Items > ------------- >