All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190709140406.5ffafd88@coco.lan>

diff --git a/a/1.txt b/N1/1.txt
index 02a7b8d..042bdf3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,12 +1,12 @@
 Em Tue,  9 Jul 2019 23:41:58 +0700
-Phong Tran <tranmanphong@gmail.com> escreveu:
+Phong Tran <tranmanphong at gmail.com> escreveu:
 
 > as doc-guide of kernel documentation, use Sphinx tool to
 > generate the html/pdf... files.
 > 
 > This changes the plan text txt to rst format.
 > 
-> Signed-off-by: Phong Tran <tranmanphong@gmail.com>
+> Signed-off-by: Phong Tran <tranmanphong at gmail.com>
 > ---
 > ChangeLog:
 > V2:
@@ -36,7 +36,7 @@ Phong Tran <tranmanphong@gmail.com> escreveu:
 > +Coresight CPU Debug Module
 > +==========================
 >  
->     Author:   Leo Yan <leo.yan@linaro.org>
+>     Author:   Leo Yan <leo.yan at linaro.org>
 >     Date:     April 5th, 2017
 
 You need to either add a blank line between Author: and Date or to
@@ -154,7 +154,7 @@ as otherwise, it will output those on a single line at the output.
 > +Coresight - HW Assisted Tracing on ARM
 > +======================================
 >  
->     Author:   Mathieu Poirier <mathieu.poirier@linaro.org>
+>     Author:   Mathieu Poirier <mathieu.poirier at linaro.org>
 >     Date:     September 11th, 2014
 
 Same comment here.
@@ -566,7 +566,7 @@ Same here.
 > -from are listed in sysFS under ($SYSFS)/bus/coresight/devices:
 > +from are listed in sysFS under ($SYSFS)/bus/coresight/devices::
 >  
->  	root@linaro-nano:~# ls /sys/bus/coresight/devices/
+>  	root at linaro-nano:~# ls /sys/bus/coresight/devices/
 >  		20010000.etf   20040000.funnel  20100000.stm  22040000.etm
 > @@ -343,14 +369,14 @@ to use for the trace session.
 >  
@@ -607,37 +607,37 @@ Same here.
 > -found in sysfs with more information on each entry being found in [1]:
 > +found in sysfs with more information on each entry being found in [#first]_::
 >  
-> -root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm
+> -root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm
 > -enable_source   hwevent_select  port_enable     subsystem       uevent
 > -hwevent_enable  mgmt            port_select     traceid
-> -root@genericarmv8:~#
-> +    root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm
+> -root at genericarmv8:~#
+> +    root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm
 > +    enable_source   hwevent_select  port_enable     subsystem       uevent
 > +    hwevent_enable  mgmt            port_select     traceid
-> +    root@genericarmv8:~#
+> +    root at genericarmv8:~#
 >  
 >  Like any other source a sink needs to be identified and the STM enabled before
 > -being used:
 > +being used::
 >  
-> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink
-> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source
-> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink
-> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source
+> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink
+> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source
+> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink
+> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source
 >  
 >  From there user space applications can request and use channels using the devfs
 > -interface provided for that purpose by the generic STM API:
 > +interface provided for that purpose by the generic STM API::
 > +
-> +    root@genericarmv8:~# ls -l /dev/20100000.stm
+> +    root at genericarmv8:~# ls -l /dev/20100000.stm
 > +    crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/20100000.stm
-> +    root@genericarmv8:~#
+> +    root at genericarmv8:~#
 > +
 > +Details on how to use the generic STM API can be found here [#second]_.
 >  
-> -root@genericarmv8:~# ls -l /dev/20100000.stm
+> -root at genericarmv8:~# ls -l /dev/20100000.stm
 > -crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/20100000.stm
-> -root@genericarmv8:~#
+> -root at genericarmv8:~#
 > +.. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm
 >  
 > -Details on how to use the generic STM API can be found here [2].
@@ -661,8 +661,8 @@ Same here.
 > index 558acf24ea1e..04b006e5cc0a 100644
 > --- a/MAINTAINERS
 > +++ b/MAINTAINERS
-> @@ -1549,8 +1549,8 @@ R:	Suzuki K Poulose <suzuki.poulose@arm.com>
->  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+> @@ -1549,8 +1549,8 @@ R:	Suzuki K Poulose <suzuki.poulose at arm.com>
+>  L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
 >  S:	Maintained
 >  F:	drivers/hwtracing/coresight/*
 > -F:	Documentation/trace/coresight.txt
diff --git a/a/content_digest b/N1/content_digest
index dd519b2..bbfd358 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,29 +1,19 @@
  "ref\020190705204512.15444-1-tranmanphong@gmail.com\0"
  "ref\020190709164158.3442-1-tranmanphong@gmail.com\0"
- "From\0Mauro Carvalho Chehab <mchehab+samsung@kernel.org>\0"
- "Subject\0Re: [Patch V2] Documentation: coresight: covert txt to rst\0"
+ "From\0mchehab+samsung at kernel.org (Mauro Carvalho Chehab)\0"
+ "Subject\0[Linux-kernel-mentees] [Patch V2] Documentation: coresight: covert txt to rst\0"
  "Date\0Tue, 9 Jul 2019 14:04:06 -0300\0"
- "To\0Phong Tran <tranmanphong@gmail.com>\0"
- "Cc\0corbet@lwn.net"
-  mathieu.poirier@linaro.org
-  leo.yan@linaro.org
-  linux-arm-kernel@lists.infradead.org
-  linux-doc@vger.kernel.org
-  linux-kernel-mentees@lists.linuxfoundation.org
-  linux-kernel@vger.kernel.org
-  skhan@linuxfoundation.org
- " suzuki.poulose@arm.com\0"
  "\00:1\0"
  "b\0"
  "Em Tue,  9 Jul 2019 23:41:58 +0700\n"
- "Phong Tran <tranmanphong@gmail.com> escreveu:\n"
+ "Phong Tran <tranmanphong at gmail.com> escreveu:\n"
  "\n"
  "> as doc-guide of kernel documentation, use Sphinx tool to\n"
  "> generate the html/pdf... files.\n"
  "> \n"
  "> This changes the plan text txt to rst format.\n"
  "> \n"
- "> Signed-off-by: Phong Tran <tranmanphong@gmail.com>\n"
+ "> Signed-off-by: Phong Tran <tranmanphong at gmail.com>\n"
  "> ---\n"
  "> ChangeLog:\n"
  "> V2:\n"
@@ -53,7 +43,7 @@
  "> +Coresight CPU Debug Module\n"
  "> +==========================\n"
  ">  \n"
- ">     Author:   Leo Yan <leo.yan@linaro.org>\n"
+ ">     Author:   Leo Yan <leo.yan at linaro.org>\n"
  ">     Date:     April 5th, 2017\n"
  "\n"
  "You need to either add a blank line between Author: and Date or to\n"
@@ -171,7 +161,7 @@
  "> +Coresight - HW Assisted Tracing on ARM\n"
  "> +======================================\n"
  ">  \n"
- ">     Author:   Mathieu Poirier <mathieu.poirier@linaro.org>\n"
+ ">     Author:   Mathieu Poirier <mathieu.poirier at linaro.org>\n"
  ">     Date:     September 11th, 2014\n"
  "\n"
  "Same comment here.\n"
@@ -583,7 +573,7 @@
  "> -from are listed in sysFS under ($SYSFS)/bus/coresight/devices:\n"
  "> +from are listed in sysFS under ($SYSFS)/bus/coresight/devices::\n"
  ">  \n"
- ">  \troot@linaro-nano:~# ls /sys/bus/coresight/devices/\n"
+ ">  \troot at linaro-nano:~# ls /sys/bus/coresight/devices/\n"
  ">  \t\t20010000.etf   20040000.funnel  20100000.stm  22040000.etm\n"
  "> @@ -343,14 +369,14 @@ to use for the trace session.\n"
  ">  \n"
@@ -624,37 +614,37 @@
  "> -found in sysfs with more information on each entry being found in [1]:\n"
  "> +found in sysfs with more information on each entry being found in [#first]_::\n"
  ">  \n"
- "> -root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n"
+ "> -root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n"
  "> -enable_source   hwevent_select  port_enable     subsystem       uevent\n"
  "> -hwevent_enable  mgmt            port_select     traceid\n"
- "> -root@genericarmv8:~#\n"
- "> +    root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n"
+ "> -root at genericarmv8:~#\n"
+ "> +    root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n"
  "> +    enable_source   hwevent_select  port_enable     subsystem       uevent\n"
  "> +    hwevent_enable  mgmt            port_select     traceid\n"
- "> +    root@genericarmv8:~#\n"
+ "> +    root at genericarmv8:~#\n"
  ">  \n"
  ">  Like any other source a sink needs to be identified and the STM enabled before\n"
  "> -being used:\n"
  "> +being used::\n"
  ">  \n"
- "> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n"
- "> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n"
- "> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n"
- "> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n"
+ "> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n"
+ "> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n"
+ "> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n"
+ "> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n"
  ">  \n"
  ">  From there user space applications can request and use channels using the devfs\n"
  "> -interface provided for that purpose by the generic STM API:\n"
  "> +interface provided for that purpose by the generic STM API::\n"
  "> +\n"
- "> +    root@genericarmv8:~# ls -l /dev/20100000.stm\n"
+ "> +    root at genericarmv8:~# ls -l /dev/20100000.stm\n"
  "> +    crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/20100000.stm\n"
- "> +    root@genericarmv8:~#\n"
+ "> +    root at genericarmv8:~#\n"
  "> +\n"
  "> +Details on how to use the generic STM API can be found here [#second]_.\n"
  ">  \n"
- "> -root@genericarmv8:~# ls -l /dev/20100000.stm\n"
+ "> -root at genericarmv8:~# ls -l /dev/20100000.stm\n"
  "> -crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/20100000.stm\n"
- "> -root@genericarmv8:~#\n"
+ "> -root at genericarmv8:~#\n"
  "> +.. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm\n"
  ">  \n"
  "> -Details on how to use the generic STM API can be found here [2].\n"
@@ -678,8 +668,8 @@
  "> index 558acf24ea1e..04b006e5cc0a 100644\n"
  "> --- a/MAINTAINERS\n"
  "> +++ b/MAINTAINERS\n"
- "> @@ -1549,8 +1549,8 @@ R:\tSuzuki K Poulose <suzuki.poulose@arm.com>\n"
- ">  L:\tlinux-arm-kernel@lists.infradead.org (moderated for non-subscribers)\n"
+ "> @@ -1549,8 +1549,8 @@ R:\tSuzuki K Poulose <suzuki.poulose at arm.com>\n"
+ ">  L:\tlinux-arm-kernel at lists.infradead.org (moderated for non-subscribers)\n"
  ">  S:\tMaintained\n"
  ">  F:\tdrivers/hwtracing/coresight/*\n"
  "> -F:\tDocumentation/trace/coresight.txt\n"
@@ -695,4 +685,4 @@
  "Thanks,\n"
  Mauro
 
-b0f0f85bbd9048df6160f9e806f0d7e6a4b0af8cf74ec3b826026daeba47204a
+b7936cfc1b421d67fa2f18203ba6575247a35cf3c33f4cefe8fa13fc8cc7ccfb

diff --git a/a/1.txt b/N2/1.txt
index 02a7b8d..042bdf3 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,12 +1,12 @@
 Em Tue,  9 Jul 2019 23:41:58 +0700
-Phong Tran <tranmanphong@gmail.com> escreveu:
+Phong Tran <tranmanphong at gmail.com> escreveu:
 
 > as doc-guide of kernel documentation, use Sphinx tool to
 > generate the html/pdf... files.
 > 
 > This changes the plan text txt to rst format.
 > 
-> Signed-off-by: Phong Tran <tranmanphong@gmail.com>
+> Signed-off-by: Phong Tran <tranmanphong at gmail.com>
 > ---
 > ChangeLog:
 > V2:
@@ -36,7 +36,7 @@ Phong Tran <tranmanphong@gmail.com> escreveu:
 > +Coresight CPU Debug Module
 > +==========================
 >  
->     Author:   Leo Yan <leo.yan@linaro.org>
+>     Author:   Leo Yan <leo.yan at linaro.org>
 >     Date:     April 5th, 2017
 
 You need to either add a blank line between Author: and Date or to
@@ -154,7 +154,7 @@ as otherwise, it will output those on a single line at the output.
 > +Coresight - HW Assisted Tracing on ARM
 > +======================================
 >  
->     Author:   Mathieu Poirier <mathieu.poirier@linaro.org>
+>     Author:   Mathieu Poirier <mathieu.poirier at linaro.org>
 >     Date:     September 11th, 2014
 
 Same comment here.
@@ -566,7 +566,7 @@ Same here.
 > -from are listed in sysFS under ($SYSFS)/bus/coresight/devices:
 > +from are listed in sysFS under ($SYSFS)/bus/coresight/devices::
 >  
->  	root@linaro-nano:~# ls /sys/bus/coresight/devices/
+>  	root at linaro-nano:~# ls /sys/bus/coresight/devices/
 >  		20010000.etf   20040000.funnel  20100000.stm  22040000.etm
 > @@ -343,14 +369,14 @@ to use for the trace session.
 >  
@@ -607,37 +607,37 @@ Same here.
 > -found in sysfs with more information on each entry being found in [1]:
 > +found in sysfs with more information on each entry being found in [#first]_::
 >  
-> -root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm
+> -root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm
 > -enable_source   hwevent_select  port_enable     subsystem       uevent
 > -hwevent_enable  mgmt            port_select     traceid
-> -root@genericarmv8:~#
-> +    root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm
+> -root at genericarmv8:~#
+> +    root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm
 > +    enable_source   hwevent_select  port_enable     subsystem       uevent
 > +    hwevent_enable  mgmt            port_select     traceid
-> +    root@genericarmv8:~#
+> +    root at genericarmv8:~#
 >  
 >  Like any other source a sink needs to be identified and the STM enabled before
 > -being used:
 > +being used::
 >  
-> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink
-> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source
-> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink
-> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source
+> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink
+> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source
+> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink
+> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source
 >  
 >  From there user space applications can request and use channels using the devfs
 > -interface provided for that purpose by the generic STM API:
 > +interface provided for that purpose by the generic STM API::
 > +
-> +    root@genericarmv8:~# ls -l /dev/20100000.stm
+> +    root at genericarmv8:~# ls -l /dev/20100000.stm
 > +    crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/20100000.stm
-> +    root@genericarmv8:~#
+> +    root at genericarmv8:~#
 > +
 > +Details on how to use the generic STM API can be found here [#second]_.
 >  
-> -root@genericarmv8:~# ls -l /dev/20100000.stm
+> -root at genericarmv8:~# ls -l /dev/20100000.stm
 > -crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/20100000.stm
-> -root@genericarmv8:~#
+> -root at genericarmv8:~#
 > +.. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm
 >  
 > -Details on how to use the generic STM API can be found here [2].
@@ -661,8 +661,8 @@ Same here.
 > index 558acf24ea1e..04b006e5cc0a 100644
 > --- a/MAINTAINERS
 > +++ b/MAINTAINERS
-> @@ -1549,8 +1549,8 @@ R:	Suzuki K Poulose <suzuki.poulose@arm.com>
->  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+> @@ -1549,8 +1549,8 @@ R:	Suzuki K Poulose <suzuki.poulose at arm.com>
+>  L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
 >  S:	Maintained
 >  F:	drivers/hwtracing/coresight/*
 > -F:	Documentation/trace/coresight.txt
diff --git a/a/content_digest b/N2/content_digest
index dd519b2..9b331a7 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,29 +1,19 @@
  "ref\020190705204512.15444-1-tranmanphong@gmail.com\0"
  "ref\020190709164158.3442-1-tranmanphong@gmail.com\0"
- "From\0Mauro Carvalho Chehab <mchehab+samsung@kernel.org>\0"
- "Subject\0Re: [Patch V2] Documentation: coresight: covert txt to rst\0"
+ "From\0mchehab+samsung@kernel.org (Mauro Carvalho Chehab)\0"
+ "Subject\0[Linux-kernel-mentees] [Patch V2] Documentation: coresight: covert txt to rst\0"
  "Date\0Tue, 9 Jul 2019 14:04:06 -0300\0"
- "To\0Phong Tran <tranmanphong@gmail.com>\0"
- "Cc\0corbet@lwn.net"
-  mathieu.poirier@linaro.org
-  leo.yan@linaro.org
-  linux-arm-kernel@lists.infradead.org
-  linux-doc@vger.kernel.org
-  linux-kernel-mentees@lists.linuxfoundation.org
-  linux-kernel@vger.kernel.org
-  skhan@linuxfoundation.org
- " suzuki.poulose@arm.com\0"
  "\00:1\0"
  "b\0"
  "Em Tue,  9 Jul 2019 23:41:58 +0700\n"
- "Phong Tran <tranmanphong@gmail.com> escreveu:\n"
+ "Phong Tran <tranmanphong at gmail.com> escreveu:\n"
  "\n"
  "> as doc-guide of kernel documentation, use Sphinx tool to\n"
  "> generate the html/pdf... files.\n"
  "> \n"
  "> This changes the plan text txt to rst format.\n"
  "> \n"
- "> Signed-off-by: Phong Tran <tranmanphong@gmail.com>\n"
+ "> Signed-off-by: Phong Tran <tranmanphong at gmail.com>\n"
  "> ---\n"
  "> ChangeLog:\n"
  "> V2:\n"
@@ -53,7 +43,7 @@
  "> +Coresight CPU Debug Module\n"
  "> +==========================\n"
  ">  \n"
- ">     Author:   Leo Yan <leo.yan@linaro.org>\n"
+ ">     Author:   Leo Yan <leo.yan at linaro.org>\n"
  ">     Date:     April 5th, 2017\n"
  "\n"
  "You need to either add a blank line between Author: and Date or to\n"
@@ -171,7 +161,7 @@
  "> +Coresight - HW Assisted Tracing on ARM\n"
  "> +======================================\n"
  ">  \n"
- ">     Author:   Mathieu Poirier <mathieu.poirier@linaro.org>\n"
+ ">     Author:   Mathieu Poirier <mathieu.poirier at linaro.org>\n"
  ">     Date:     September 11th, 2014\n"
  "\n"
  "Same comment here.\n"
@@ -583,7 +573,7 @@
  "> -from are listed in sysFS under ($SYSFS)/bus/coresight/devices:\n"
  "> +from are listed in sysFS under ($SYSFS)/bus/coresight/devices::\n"
  ">  \n"
- ">  \troot@linaro-nano:~# ls /sys/bus/coresight/devices/\n"
+ ">  \troot at linaro-nano:~# ls /sys/bus/coresight/devices/\n"
  ">  \t\t20010000.etf   20040000.funnel  20100000.stm  22040000.etm\n"
  "> @@ -343,14 +369,14 @@ to use for the trace session.\n"
  ">  \n"
@@ -624,37 +614,37 @@
  "> -found in sysfs with more information on each entry being found in [1]:\n"
  "> +found in sysfs with more information on each entry being found in [#first]_::\n"
  ">  \n"
- "> -root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n"
+ "> -root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n"
  "> -enable_source   hwevent_select  port_enable     subsystem       uevent\n"
  "> -hwevent_enable  mgmt            port_select     traceid\n"
- "> -root@genericarmv8:~#\n"
- "> +    root@genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n"
+ "> -root at genericarmv8:~#\n"
+ "> +    root at genericarmv8:~# ls /sys/bus/coresight/devices/20100000.stm\n"
  "> +    enable_source   hwevent_select  port_enable     subsystem       uevent\n"
  "> +    hwevent_enable  mgmt            port_select     traceid\n"
- "> +    root@genericarmv8:~#\n"
+ "> +    root at genericarmv8:~#\n"
  ">  \n"
  ">  Like any other source a sink needs to be identified and the STM enabled before\n"
  "> -being used:\n"
  "> +being used::\n"
  ">  \n"
- "> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n"
- "> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n"
- "> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n"
- "> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n"
+ "> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n"
+ "> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n"
+ "> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20010000.etf/enable_sink\n"
+ "> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/20100000.stm/enable_source\n"
  ">  \n"
  ">  From there user space applications can request and use channels using the devfs\n"
  "> -interface provided for that purpose by the generic STM API:\n"
  "> +interface provided for that purpose by the generic STM API::\n"
  "> +\n"
- "> +    root@genericarmv8:~# ls -l /dev/20100000.stm\n"
+ "> +    root at genericarmv8:~# ls -l /dev/20100000.stm\n"
  "> +    crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/20100000.stm\n"
- "> +    root@genericarmv8:~#\n"
+ "> +    root at genericarmv8:~#\n"
  "> +\n"
  "> +Details on how to use the generic STM API can be found here [#second]_.\n"
  ">  \n"
- "> -root@genericarmv8:~# ls -l /dev/20100000.stm\n"
+ "> -root at genericarmv8:~# ls -l /dev/20100000.stm\n"
  "> -crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/20100000.stm\n"
- "> -root@genericarmv8:~#\n"
+ "> -root at genericarmv8:~#\n"
  "> +.. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm\n"
  ">  \n"
  "> -Details on how to use the generic STM API can be found here [2].\n"
@@ -678,8 +668,8 @@
  "> index 558acf24ea1e..04b006e5cc0a 100644\n"
  "> --- a/MAINTAINERS\n"
  "> +++ b/MAINTAINERS\n"
- "> @@ -1549,8 +1549,8 @@ R:\tSuzuki K Poulose <suzuki.poulose@arm.com>\n"
- ">  L:\tlinux-arm-kernel@lists.infradead.org (moderated for non-subscribers)\n"
+ "> @@ -1549,8 +1549,8 @@ R:\tSuzuki K Poulose <suzuki.poulose at arm.com>\n"
+ ">  L:\tlinux-arm-kernel at lists.infradead.org (moderated for non-subscribers)\n"
  ">  S:\tMaintained\n"
  ">  F:\tdrivers/hwtracing/coresight/*\n"
  "> -F:\tDocumentation/trace/coresight.txt\n"
@@ -695,4 +685,4 @@
  "Thanks,\n"
  Mauro
 
-b0f0f85bbd9048df6160f9e806f0d7e6a4b0af8cf74ec3b826026daeba47204a
+7ad246940ea9a2279bcd335e984e21d73c56a3a3dddb79a5439e5373d44c6265

diff --git a/a/1.txt b/N3/1.txt
index 02a7b8d..d26072a 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -677,3 +677,8 @@ Same here.
 
 Thanks,
 Mauro
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N3/content_digest
index dd519b2..6acb72e 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -4,15 +4,15 @@
  "Subject\0Re: [Patch V2] Documentation: coresight: covert txt to rst\0"
  "Date\0Tue, 9 Jul 2019 14:04:06 -0300\0"
  "To\0Phong Tran <tranmanphong@gmail.com>\0"
- "Cc\0corbet@lwn.net"
-  mathieu.poirier@linaro.org
-  leo.yan@linaro.org
-  linux-arm-kernel@lists.infradead.org
+ "Cc\0mathieu.poirier@linaro.org"
   linux-doc@vger.kernel.org
-  linux-kernel-mentees@lists.linuxfoundation.org
+  suzuki.poulose@arm.com
+  corbet@lwn.net
   linux-kernel@vger.kernel.org
+  leo.yan@linaro.org
   skhan@linuxfoundation.org
- " suzuki.poulose@arm.com\0"
+  linux-kernel-mentees@lists.linuxfoundation.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Em Tue,  9 Jul 2019 23:41:58 +0700\n"
@@ -693,6 +693,11 @@
  "\n"
  "\n"
  "Thanks,\n"
- Mauro
+ "Mauro\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-b0f0f85bbd9048df6160f9e806f0d7e6a4b0af8cf74ec3b826026daeba47204a
+400324609df79d82989e494b66d52bfb176bb4557e966260193b8442eccf4e94

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.