All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mathieu Poirier <mathieu.poirier@linaro.org>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: linux-kernel@vger.kernel.org,
	Anshuman Khandual <anshuman.khandual@arm.com>,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] coresight: trbe: fix Kconfig "its" grammar
Date: Mon, 22 Aug 2022 09:58:04 -0600	[thread overview]
Message-ID: <20220822155804.GA1583519@p14s> (raw)
In-Reply-To: <20220715015925.12569-1-rdunlap@infradead.org>

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Mathieu Poirier <mathieu.poirier@linaro.org>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: linux-kernel@vger.kernel.org,
	Anshuman Khandual <anshuman.khandual@arm.com>,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] coresight: trbe: fix Kconfig "its" grammar
Date: Mon, 22 Aug 2022 09:58:04 -0600	[thread overview]
Message-ID: <20220822155804.GA1583519@p14s> (raw)
In-Reply-To: <20220715015925.12569-1-rdunlap@infradead.org>

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

  parent reply	other threads:[~2022-08-22 15:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-15  1:59 [PATCH] coresight: trbe: fix Kconfig "its" grammar Randy Dunlap
2022-07-15  1:59 ` Randy Dunlap
2022-07-20 14:18 ` Mathieu Poirier
2022-07-20 14:18   ` Mathieu Poirier
2022-08-22 15:58 ` Mathieu Poirier [this message]
2022-08-22 15:58   ` Mathieu Poirier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220822155804.GA1583519@p14s \
    --to=mathieu.poirier@linaro.org \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=anshuman.khandual@arm.com \
    --cc=coresight@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=suzuki.poulose@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.