Re: [PATCH] Documentation: dynamic-debug-howto: fix example

2021-03-08 Thread Jonathan Corbet
Martin Kepplinger writes: > dynamic debug is "expecting pairs of match-spec " so the example > for all files of which the paths include "usb" there is "file" missing. > > Signed-off-by: Martin Kepplinger > --- > Documentation/admin-guide/dynamic-debug-howto.rst | 2 +- > 1 file changed, 1 inser

[PATCH] Documentation: dynamic-debug-howto: fix example

2021-03-03 Thread Martin Kepplinger
dynamic debug is "expecting pairs of match-spec " so the example for all files of which the paths include "usb" there is "file" missing. Signed-off-by: Martin Kepplinger --- Documentation/admin-guide/dynamic-debug-howto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docu