Thanks John, I will fix it.
Ray K On 30/07/2019 11:34, Mcnamara, John wrote: > > >> -----Original Message----- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ray Kinsella >> Sent: Thursday, July 4, 2019 1:27 PM >> To: dev@dpdk.org >> Cc: m...@ashroe.eu >> Subject: [dpdk-dev] [PATCH] doc: Changes to ABI Policy introducing major >> ABI versions >> >> This policy change introduces major ABI versions, these are declared every >> two years, typically aligned with the LTS release and are supported by >> subsequent releases for the next two years. >> This change is intended to improve ABI stabilty for those projects >> consuming DPDK. >> > > > >> ... >> >> +A LTS release may align with the declaration of a new major ABI >> +version, please read the `DPDK ABI/API policy`_ for more information. > > This should be `<DPDK ABI/API policy>`_ to avoid a build warning/error > since the target contains spaces. > > Also, the subject line should be lowercase by convention, apart from acronyms. > > $ ./devtools/check-git-log.sh > Wrong headline uppercase: > doc: >C<hanges to ABI Policy introducing major ABI versions > > Something like: > > doc: changes to ABI policy introducing major ABI versions > > John > >