> -----Original Message----- > From: Kevin Traynor <ktray...@redhat.com> > Sent: Friday, May 22, 2020 4:18 PM > To: Mcnamara, John <john.mcnam...@intel.com>; dev@dpdk.org > Cc: tho...@monjalon.net > Subject: Re: [dpdk-dev] [PATCH v1] doc: update release notes for 20.05 > > On 22/05/2020 15:06, John McNamara wrote: > > Fix grammar, spelling and formatting of DPDK 20.05 release notes. > > > > Signed-off-by: John McNamara <john.mcnam...@intel.com> > > --- > > doc/guides/rel_notes/release_20_05.rst | 264 > > +++++++++++++++------------------ > > 1 file changed, 116 insertions(+), 148 deletions(-) > > > > diff --git a/doc/guides/rel_notes/release_20_05.rst > > b/doc/guides/rel_notes/release_20_05.rst > > index 8470690..d10a1f4 100644 > > --- a/doc/guides/rel_notes/release_20_05.rst > > +++ b/doc/guides/rel_notes/release_20_05.rst > > @@ -56,38 +56,38 @@ New Features > > Also, make sure to start the actual text at the margin. > > ========================================================= > > > > -* **Added Trace Library and Tracepoints** > > +* **Added Trace Library and Tracepoints.** > > > > - A native implementation of ``common trace format(CTF)`` based trace > > library > > - has been added to provide the ability to add tracepoints in > > - application/library to get runtime trace/debug information for > > control and > > + A native implementation of "common trace format" (CTF) based trace > > + library > > Not sure if the "" are intentional?
They were intentional but maybe not correct. I should have probably capitalized the words. I'll fix this and the other suggested changes. John