public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] parisc: math-emu: Few spelling fixes in the file fpu.h
@ 2021-03-17 11:00 Bhaskar Chowdhury
  2021-03-17 17:23 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17 11:00 UTC (permalink / raw)
  To: James.Bottomley, deller, unixbhaskar, linux-parisc, linux-kernel; +Cc: rdunlap

s/synopis/synopsis/
s/differeniate/differentiate/
s/differeniation/differentiation/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
  Changes from V1:
  As pointed out by jer, the sentence construction change inducted.

 arch/parisc/math-emu/fpu.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/parisc/math-emu/fpu.h b/arch/parisc/math-emu/fpu.h
index 853c19c03828..b83da3d5b6d5 100644
--- a/arch/parisc/math-emu/fpu.h
+++ b/arch/parisc/math-emu/fpu.h
@@ -12,7 +12,7 @@
  *      @(#)	pa/fp/fpu.h		$Revision: 1.1 $
  *
  *  Purpose:
- *      <<please update with a synopis of the functionality provided by this file>>
+ *      <<please update with a synopsis of the functionality provided by this file>>
  *
  *
  * END_DESC
@@ -50,9 +50,9 @@
 #define EMULATION_VERSION 4

 /*
- * The only was to differeniate between TIMEX and ROLEX (or PCX-S and PCX-T)
+ * The only change was to differentiate between TIMEX and ROLEX (or PCX-S and PCX-T)
  * is thorough the potential type field from the PDC_MODEL call.  The
- * following flags are used at assist this differeniation.
+ * following flags are used at assist this differentiation.
  */

 #define ROLEX_POTENTIAL_KEY_FLAGS	PDC_MODEL_CPU_KEY_WORD_TO_IO
--
2.30.2


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

* Re: [PATCH V2] parisc: math-emu: Few spelling fixes in the file fpu.h
  2021-03-17 11:00 [PATCH V2] parisc: math-emu: Few spelling fixes in the file fpu.h Bhaskar Chowdhury
@ 2021-03-17 17:23 ` Randy Dunlap
  2021-03-17 19:25   ` Bhaskar Chowdhury
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2021-03-17 17:23 UTC (permalink / raw)
  To: Bhaskar Chowdhury, James.Bottomley, deller, linux-parisc,
	linux-kernel

On 3/17/21 4:00 AM, Bhaskar Chowdhury wrote:
> s/synopis/synopsis/
> s/differeniate/differentiate/
> s/differeniation/differentiation/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>   Changes from V1:
>   As pointed out by jer, the sentence construction change inducted.
> 
>  arch/parisc/math-emu/fpu.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/parisc/math-emu/fpu.h b/arch/parisc/math-emu/fpu.h
> index 853c19c03828..b83da3d5b6d5 100644
> --- a/arch/parisc/math-emu/fpu.h
> +++ b/arch/parisc/math-emu/fpu.h
> @@ -12,7 +12,7 @@
>   *      @(#)	pa/fp/fpu.h		$Revision: 1.1 $
>   *
>   *  Purpose:
> - *      <<please update with a synopis of the functionality provided by this file>>
> + *      <<please update with a synopsis of the functionality provided by this file>>
>   *
>   *
>   * END_DESC
> @@ -50,9 +50,9 @@
>  #define EMULATION_VERSION 4
> 
>  /*
> - * The only was to differeniate between TIMEX and ROLEX (or PCX-S and PCX-T)
> + * The only change was to differentiate between TIMEX and ROLEX (or PCX-S and PCX-T)
>   * is thorough the potential type field from the PDC_MODEL call.  The

?        through
but the sentence construction is still difficult to read/parse.

> - * following flags are used at assist this differeniation.
> + * following flags are used at assist this differentiation.

                               to assist

>   */
> 
>  #define ROLEX_POTENTIAL_KEY_FLAGS	PDC_MODEL_CPU_KEY_WORD_TO_IO
> --


-- 
~Randy


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

* Re: [PATCH V2] parisc: math-emu: Few spelling fixes in the file fpu.h
  2021-03-17 17:23 ` Randy Dunlap
@ 2021-03-17 19:25   ` Bhaskar Chowdhury
  0 siblings, 0 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17 19:25 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: James.Bottomley, deller, linux-parisc, linux-kernel

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

On 10:23 Wed 17 Mar 2021, Randy Dunlap wrote:
>On 3/17/21 4:00 AM, Bhaskar Chowdhury wrote:
>> s/synopis/synopsis/
>> s/differeniate/differentiate/
>> s/differeniation/differentiation/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>>   Changes from V1:
>>   As pointed out by jer, the sentence construction change inducted.
>>
>>  arch/parisc/math-emu/fpu.h | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/arch/parisc/math-emu/fpu.h b/arch/parisc/math-emu/fpu.h
>> index 853c19c03828..b83da3d5b6d5 100644
>> --- a/arch/parisc/math-emu/fpu.h
>> +++ b/arch/parisc/math-emu/fpu.h
>> @@ -12,7 +12,7 @@
>>   *      @(#)	pa/fp/fpu.h		$Revision: 1.1 $
>>   *
>>   *  Purpose:
>> - *      <<please update with a synopis of the functionality provided by this file>>
>> + *      <<please update with a synopsis of the functionality provided by this file>>
>>   *
>>   *
>>   * END_DESC
>> @@ -50,9 +50,9 @@
>>  #define EMULATION_VERSION 4
>>
>>  /*
>> - * The only was to differeniate between TIMEX and ROLEX (or PCX-S and PCX-T)
>> + * The only change was to differentiate between TIMEX and ROLEX (or PCX-S and PCX-T)
>>   * is thorough the potential type field from the PDC_MODEL call.  The
>
>?        through
>but the sentence construction is still difficult to read/parse.
>
Sent out an V3 with the changes...

>> - * following flags are used at assist this differeniation.
>> + * following flags are used at assist this differentiation.
>
>                               to assist
>
>>   */
>>
>>  #define ROLEX_POTENTIAL_KEY_FLAGS	PDC_MODEL_CPU_KEY_WORD_TO_IO
>> --
>
>
>--
>~Randy
>

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

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

end of thread, other threads:[~2021-03-17 19:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-17 11:00 [PATCH V2] parisc: math-emu: Few spelling fixes in the file fpu.h Bhaskar Chowdhury
2021-03-17 17:23 ` Randy Dunlap
2021-03-17 19:25   ` Bhaskar Chowdhury

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