> -----Original Message----- > From: Mcnamara, John <john.mcnam...@intel.com> > Sent: Tuesday, October 19, 2021 11:18 PM > To: Peng, ZhihongX <zhihongx.p...@intel.com>; > david.march...@redhat.com; Burakov, Anatoly > <anatoly.bura...@intel.com>; Ananyev, Konstantin > <konstantin.anan...@intel.com>; step...@networkplumber.org; > Dumitrescu, Cristian <cristian.dumitre...@intel.com>; Richardson, Bruce > <bruce.richard...@intel.com> > Cc: dev@dpdk.org; Lin, Xueqin <xueqin....@intel.com> > Subject: RE: [PATCH v12 1/4] Enable ASan Address Sanitization > > > > > diff --git a/doc/guides/prog_guide/asan.rst > > > b/doc/guides/prog_guide/asan.rst new file mode 100644 index > > > 0000000000..969676ebe8 > > > --- /dev/null > > > +++ b/doc/guides/prog_guide/asan.rst > > > @@ -0,0 +1,40 @@ > > > +.. SPDX-License-Identifier: BSD-3-Clause > > > + Copyright(c) 2021 Intel Corporation > > > + > > > > > ... > > > > + > > > +Usage > > > +----- > > > + > > > +meson build > > > +^^^^^^^^^^^ > > These 2 additional header levels aren't needed. If you do another version > you can leave them out. Apart from that:
I will fix it in v13. > Acked-by: John McNamara <john.mcnam...@intel.com>