public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] coresight-pmu.h: Fix a typo
@ 2021-03-26 14:22 Bhaskar Chowdhury
  2021-03-26 15:32 ` Mathieu Poirier
  0 siblings, 1 reply; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-26 14:22 UTC (permalink / raw)
  To: suzuki.poulose, leo.yan, gregkh, mathieu.poirier, unixbhaskar,
	linux-kernel
  Cc: rdunlap


s/orignally/originally/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 include/linux/coresight-pmu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/coresight-pmu.h b/include/linux/coresight-pmu.h
index 4ac5c081af93..2d5c29e3cb8a 100644
--- a/include/linux/coresight-pmu.h
+++ b/include/linux/coresight-pmu.h
@@ -14,7 +14,7 @@
  * Below are the definition of bit offsets for perf option, and works as
  * arbitrary values for all ETM versions.
  *
- * Most of them are orignally from ETMv3.5/PTM's ETMCR config, therefore,
+ * Most of them are originally from ETMv3.5/PTM's ETMCR config, therefore,
  * ETMv3.5/PTM doesn't define ETMCR config bits with prefix "ETM3_" and
  * directly use below macros as config bits.
  */
--
2.26.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] coresight-pmu.h: Fix a typo
  2021-03-26 14:22 [PATCH] coresight-pmu.h: Fix a typo Bhaskar Chowdhury
@ 2021-03-26 15:32 ` Mathieu Poirier
  2021-03-26 19:53   ` Bhaskar Chowdhury
  0 siblings, 1 reply; 4+ messages in thread
From: Mathieu Poirier @ 2021-03-26 15:32 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: suzuki.poulose, leo.yan, gregkh, linux-kernel, rdunlap

Hi Bhaskar,

On Fri, Mar 26, 2021 at 07:52:44PM +0530, Bhaskar Chowdhury wrote:
> 
> s/orignally/originally/

Even if the change is trivial this changelog is insufficient.  Moreover, if you
found the problem with an automated tool, please add the name of the tool to the
changelog.

Thanks,
Mathieu

> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  include/linux/coresight-pmu.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/coresight-pmu.h b/include/linux/coresight-pmu.h
> index 4ac5c081af93..2d5c29e3cb8a 100644
> --- a/include/linux/coresight-pmu.h
> +++ b/include/linux/coresight-pmu.h
> @@ -14,7 +14,7 @@
>   * Below are the definition of bit offsets for perf option, and works as
>   * arbitrary values for all ETM versions.
>   *
> - * Most of them are orignally from ETMv3.5/PTM's ETMCR config, therefore,
> + * Most of them are originally from ETMv3.5/PTM's ETMCR config, therefore,
>   * ETMv3.5/PTM doesn't define ETMCR config bits with prefix "ETM3_" and
>   * directly use below macros as config bits.
>   */
> --
> 2.26.2
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] coresight-pmu.h: Fix a typo
  2021-03-26 15:32 ` Mathieu Poirier
@ 2021-03-26 19:53   ` Bhaskar Chowdhury
  2021-03-29 14:38     ` Mathieu Poirier
  0 siblings, 1 reply; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-26 19:53 UTC (permalink / raw)
  To: Mathieu Poirier; +Cc: suzuki.poulose, leo.yan, gregkh, linux-kernel, rdunlap

[-- Attachment #1: Type: text/plain, Size: 1505 bytes --]

On 09:32 Fri 26 Mar 2021, Mathieu Poirier wrote:
>Hi Bhaskar,
>
>On Fri, Mar 26, 2021 at 07:52:44PM +0530, Bhaskar Chowdhury wrote:
>>
>> s/orignally/originally/
>
>Even if the change is trivial this changelog is insufficient.  Moreover, if you
>found the problem with an automated tool, please add the name of the tool to the
>changelog.
>
Oh Hi!

I think the changelog is sufficient enough to conveying the triviality of this
change.What's the point of writing unnecessary history , when a simple
statement can do the work.

These are hand picked ...there is no point mentioning the tool in the
changelog..it is all age old UNIX/Linux tool , nothing special.

>Thanks,
>Mathieu
>
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>>  include/linux/coresight-pmu.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/include/linux/coresight-pmu.h b/include/linux/coresight-pmu.h
>> index 4ac5c081af93..2d5c29e3cb8a 100644
>> --- a/include/linux/coresight-pmu.h
>> +++ b/include/linux/coresight-pmu.h
>> @@ -14,7 +14,7 @@
>>   * Below are the definition of bit offsets for perf option, and works as
>>   * arbitrary values for all ETM versions.
>>   *
>> - * Most of them are orignally from ETMv3.5/PTM's ETMCR config, therefore,
>> + * Most of them are originally from ETMv3.5/PTM's ETMCR config, therefore,
>>   * ETMv3.5/PTM doesn't define ETMCR config bits with prefix "ETM3_" and
>>   * directly use below macros as config bits.
>>   */
>> --
>> 2.26.2
>>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] coresight-pmu.h: Fix a typo
  2021-03-26 19:53   ` Bhaskar Chowdhury
@ 2021-03-29 14:38     ` Mathieu Poirier
  0 siblings, 0 replies; 4+ messages in thread
From: Mathieu Poirier @ 2021-03-29 14:38 UTC (permalink / raw)
  To: Bhaskar Chowdhury, Mathieu Poirier, Suzuki K. Poulose, Leo Yan,
	Greg KH, Linux Kernel Mailing List, Randy Dunlap

On Fri, 26 Mar 2021 at 13:53, Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
> On 09:32 Fri 26 Mar 2021, Mathieu Poirier wrote:
> >Hi Bhaskar,
> >
> >On Fri, Mar 26, 2021 at 07:52:44PM +0530, Bhaskar Chowdhury wrote:
> >>
> >> s/orignally/originally/
> >
> >Even if the change is trivial this changelog is insufficient.  Moreover, if you
> >found the problem with an automated tool, please add the name of the tool to the
> >changelog.
> >
> Oh Hi!
>
> I think the changelog is sufficient enough to conveying the triviality of this
> change.What's the point of writing unnecessary history , when a simple
> statement can do the work.
>

All I'm asking for is a one line description, nothing more.  Otherwise
this patch will not get applied.

> These are hand picked ...there is no point mentioning the tool in the
> changelog..it is all age old UNIX/Linux tool , nothing special.
>
> >Thanks,
> >Mathieu
> >
> >>
> >> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> >> ---
> >>  include/linux/coresight-pmu.h | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/include/linux/coresight-pmu.h b/include/linux/coresight-pmu.h
> >> index 4ac5c081af93..2d5c29e3cb8a 100644
> >> --- a/include/linux/coresight-pmu.h
> >> +++ b/include/linux/coresight-pmu.h
> >> @@ -14,7 +14,7 @@
> >>   * Below are the definition of bit offsets for perf option, and works as
> >>   * arbitrary values for all ETM versions.
> >>   *
> >> - * Most of them are orignally from ETMv3.5/PTM's ETMCR config, therefore,
> >> + * Most of them are originally from ETMv3.5/PTM's ETMCR config, therefore,
> >>   * ETMv3.5/PTM doesn't define ETMCR config bits with prefix "ETM3_" and
> >>   * directly use below macros as config bits.
> >>   */
> >> --
> >> 2.26.2
> >>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-29 14:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26 14:22 [PATCH] coresight-pmu.h: Fix a typo Bhaskar Chowdhury
2021-03-26 15:32 ` Mathieu Poirier
2021-03-26 19:53   ` Bhaskar Chowdhury
2021-03-29 14:38     ` Mathieu Poirier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox