Message ID | b27b54bd4f847032fd33313d6497ff320c0f3d78.1583250595.git.mchehab+huawei@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On Tue, 3 Mar 2020 16:50:38 +0100 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote: > Documentation/admin-guide/perf/imx-ddr.rst:47: WARNING: Unexpected indentation. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > --- > Documentation/admin-guide/perf/imx-ddr.rst | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/admin-guide/perf/imx-ddr.rst b/Documentation/admin-guide/perf/imx-ddr.rst > index 3726a10a03ba..f05f56c73b7d 100644 > --- a/Documentation/admin-guide/perf/imx-ddr.rst > +++ b/Documentation/admin-guide/perf/imx-ddr.rst > @@ -43,7 +43,8 @@ value 1 for supported. > > AXI_ID and AXI_MASKING are mapped on DPCR1 register in performance counter. > When non-masked bits are matching corresponding AXI_ID bits then counter is > - incremented. Perf counter is incremented if > + incremented. Perf counter is incremented if:: > + Applied, thanks. jon
diff --git a/Documentation/admin-guide/perf/imx-ddr.rst b/Documentation/admin-guide/perf/imx-ddr.rst index 3726a10a03ba..f05f56c73b7d 100644 --- a/Documentation/admin-guide/perf/imx-ddr.rst +++ b/Documentation/admin-guide/perf/imx-ddr.rst @@ -43,7 +43,8 @@ value 1 for supported. AXI_ID and AXI_MASKING are mapped on DPCR1 register in performance counter. When non-masked bits are matching corresponding AXI_ID bits then counter is - incremented. Perf counter is incremented if + incremented. Perf counter is incremented if:: + AxID && AXI_MASKING == AXI_ID && AXI_MASKING This filter doesn't support filter different AXI ID for axid-read and axid-write
Documentation/admin-guide/perf/imx-ddr.rst:47: WARNING: Unexpected indentation. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- Documentation/admin-guide/perf/imx-ddr.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)