diff mbox series

coresight: trbe: fix Kconfig "its" grammar

Message ID 20220715015925.12569-1-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series coresight: trbe: fix Kconfig "its" grammar | expand

Commit Message

Randy Dunlap July 15, 2022, 1:59 a.m. UTC
Use the possessive "its" instead of the contraction "it's"
where appropriate.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Anshuman Khandual <anshuman.khandual@arm.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: coresight@lists.linaro.org
Cc: linux-arm-kernel@lists.infradead.org
---
 drivers/hwtracing/coresight/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mathieu Poirier July 20, 2022, 2:18 p.m. UTC | #1
Hi Randy - I'll pick this up for the next cycle.

Thanks,
Mathieu

On Thu, 14 Jul 2022 at 19:59, Randy Dunlap <rdunlap@infradead.org> wrote:
>
> Use the possessive "its" instead of the contraction "it's"
> where appropriate.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Anshuman Khandual <anshuman.khandual@arm.com>
> Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
> Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
> Cc: coresight@lists.linaro.org
> Cc: linux-arm-kernel@lists.infradead.org
> ---
>  drivers/hwtracing/coresight/Kconfig |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> --- a/drivers/hwtracing/coresight/Kconfig
> +++ b/drivers/hwtracing/coresight/Kconfig
> @@ -193,10 +193,10 @@ config CORESIGHT_TRBE
>         depends on ARM64 && CORESIGHT_SOURCE_ETM4X
>         help
>           This driver provides support for percpu Trace Buffer Extension (TRBE).
> -         TRBE always needs to be used along with it's corresponding percpu ETE
> +         TRBE always needs to be used along with its corresponding percpu ETE
>           component. ETE generates trace data which is then captured with TRBE.
>           Unlike traditional sink devices, TRBE is a CPU feature accessible via
> -         system registers. But it's explicit dependency with trace unit (ETE)
> +         system registers. But its explicit dependency with trace unit (ETE)
>           requires it to be plugged in as a coresight sink device.
>
>           To compile this driver as a module, choose M here: the module will be
Mathieu Poirier Aug. 22, 2022, 3:58 p.m. UTC | #2
On Thu, Jul 14, 2022 at 06:59:25PM -0700, Randy Dunlap wrote:
> Use the possessive "its" instead of the contraction "it's"
> where appropriate.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Anshuman Khandual <anshuman.khandual@arm.com>
> Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
> Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
> Cc: coresight@lists.linaro.org
> Cc: linux-arm-kernel@lists.infradead.org
> ---
>  drivers/hwtracing/coresight/Kconfig |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Applied.

Thanks,
Mathieu

> --- a/drivers/hwtracing/coresight/Kconfig
> +++ b/drivers/hwtracing/coresight/Kconfig
> @@ -193,10 +193,10 @@ config CORESIGHT_TRBE
>  	depends on ARM64 && CORESIGHT_SOURCE_ETM4X
>  	help
>  	  This driver provides support for percpu Trace Buffer Extension (TRBE).
> -	  TRBE always needs to be used along with it's corresponding percpu ETE
> +	  TRBE always needs to be used along with its corresponding percpu ETE
>  	  component. ETE generates trace data which is then captured with TRBE.
>  	  Unlike traditional sink devices, TRBE is a CPU feature accessible via
> -	  system registers. But it's explicit dependency with trace unit (ETE)
> +	  system registers. But its explicit dependency with trace unit (ETE)
>  	  requires it to be plugged in as a coresight sink device.
>  
>  	  To compile this driver as a module, choose M here: the module will be
diff mbox series

Patch

--- a/drivers/hwtracing/coresight/Kconfig
+++ b/drivers/hwtracing/coresight/Kconfig
@@ -193,10 +193,10 @@  config CORESIGHT_TRBE
 	depends on ARM64 && CORESIGHT_SOURCE_ETM4X
 	help
 	  This driver provides support for percpu Trace Buffer Extension (TRBE).
-	  TRBE always needs to be used along with it's corresponding percpu ETE
+	  TRBE always needs to be used along with its corresponding percpu ETE
 	  component. ETE generates trace data which is then captured with TRBE.
 	  Unlike traditional sink devices, TRBE is a CPU feature accessible via
-	  system registers. But it's explicit dependency with trace unit (ETE)
+	  system registers. But its explicit dependency with trace unit (ETE)
 	  requires it to be plugged in as a coresight sink device.
 
 	  To compile this driver as a module, choose M here: the module will be