LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: pgtable: Fix typo in the comment
@ 2015-06-09  6:52 Hyuk Myeong
  2015-06-09  8:42 ` Steve Capper
  0 siblings, 1 reply; 4+ messages in thread
From: Hyuk Myeong @ 2015-06-09  6:52 UTC (permalink / raw
  To: linux, akpm, kirill.shutemov, steve.capper, catalin.marinas
  Cc: linux-arm-kernel, linux-kernel

This patch fix a spelling typo in the comment in pgtable-2level.h.

Signed-off-by: Hyuk Myeong <hyuk.myeong@lge.com>
---
 arch/arm/include/asm/pgtable-2level.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/pgtable-2level.h
b/arch/arm/include/asm/pgtable-2level.h
index bfd662e..49f91be 100644
--- a/arch/arm/include/asm/pgtable-2level.h
+++ b/arch/arm/include/asm/pgtable-2level.h
@@ -66,7 +66,7 @@
  *
  * However, when the "young" bit is cleared, we deny access to the page
  * by clearing the hardware PTE.  Currently Linux does not flush the TLB
- * for us in this case, which means the TLB will retain the transation
+ * for us in this case, which means the TLB will retain the transaction
  * until either the TLB entry is evicted under pressure, or a context
  * switch which changes the user space mapping occurs.
  */
--
1.9.3


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

* Re: [PATCH] ARM: pgtable: Fix typo in the comment
  2015-06-09  6:52 [PATCH] ARM: pgtable: Fix typo in the comment Hyuk Myeong
@ 2015-06-09  8:42 ` Steve Capper
  2015-06-10  2:33   ` Hyuk Myeong
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Capper @ 2015-06-09  8:42 UTC (permalink / raw
  To: Hyuk Myeong
  Cc: linux@arm.linux.org.uk, akpm@linux-foundation.org,
	kirill.shutemov, Catalin Marinas,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org

On 9 June 2015 at 07:52, Hyuk Myeong <hyuk.myeong@lge.com> wrote:
> This patch fix a spelling typo in the comment in pgtable-2level.h.
>

Hi Hyuk,

> Signed-off-by: Hyuk Myeong <hyuk.myeong@lge.com>
> ---
>  arch/arm/include/asm/pgtable-2level.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/include/asm/pgtable-2level.h
> b/arch/arm/include/asm/pgtable-2level.h
> index bfd662e..49f91be 100644
> --- a/arch/arm/include/asm/pgtable-2level.h
> +++ b/arch/arm/include/asm/pgtable-2level.h
> @@ -66,7 +66,7 @@
>   *
>   * However, when the "young" bit is cleared, we deny access to the page
>   * by clearing the hardware PTE.  Currently Linux does not flush the TLB
> - * for us in this case, which means the TLB will retain the transation
> + * for us in this case, which means the TLB will retain the transaction

Don't you mean "translation" rather than "transaction"?

Cheers,
--
Steve

>   * until either the TLB entry is evicted under pressure, or a context
>   * switch which changes the user space mapping occurs.
>   */
> --
> 1.9.3
>

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

* RE: [PATCH] ARM: pgtable: Fix typo in the comment
  2015-06-09  8:42 ` Steve Capper
@ 2015-06-10  2:33   ` Hyuk Myeong
  0 siblings, 0 replies; 4+ messages in thread
From: Hyuk Myeong @ 2015-06-10  2:33 UTC (permalink / raw
  To: 'Steve Capper'
  Cc: linux, akpm, kirill.shutemov, 'Catalin Marinas',
	linux-arm-kernel, linux-kernel

Hello Steve,

On Tue, June 09, 2015 5:43 PM, Steve Capper <steve.capper@linaro.org> wrote:
> On 9 June 2015 at 07:52, Hyuk Myeong <hyuk.myeong@lge.com> wrote:
>> This patch fix a spelling typo in the comment in pgtable-2level.h.
>>
>
> Hi Hyuk,
>
>> Signed-off-by: Hyuk Myeong <hyuk.myeong@lge.com>
>> ---
>>  arch/arm/include/asm/pgtable-2level.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/include/asm/pgtable-2level.h
>> b/arch/arm/include/asm/pgtable-2level.h
>> index bfd662e..49f91be 100644
>> --- a/arch/arm/include/asm/pgtable-2level.h
>> +++ b/arch/arm/include/asm/pgtable-2level.h
>> @@ -66,7 +66,7 @@
>>   *
>>   * However, when the "young" bit is cleared, we deny access to the page
>>   * by clearing the hardware PTE.  Currently Linux does not flush the TLB
>> - * for us in this case, which means the TLB will retain the transation
>> + * for us in this case, which means the TLB will retain the transaction
>
> Don't you mean "translation" rather than "transaction"?
> Cheers,


Thank you for the advice
I had been confused between the two because I assumed that "transaction" 
is not that bad in this context (as a set of the translation)

Like you said, if "translation" is better here than I will send a new patch



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

* [PATCH] ARM: pgtable: Fix typo in the comment
@ 2015-09-11 11:22 Hyuk Myeong
  0 siblings, 0 replies; 4+ messages in thread
From: Hyuk Myeong @ 2015-09-11 11:22 UTC (permalink / raw
  To: linux, akpm, kirill.shutemov, steve.capper, catalin.marinas
  Cc: linux-arm-kernel, linux-kernel

This patch fix a spelling typo in the comment in pgtable-2level.h.

Signed-off-by: Hyuk Myeong <hyuk.myeong@lge.com>
---
 arch/arm/include/asm/pgtable-2level.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/pgtable-2level.h
b/arch/arm/include/asm/pgtable-2level.h
index bfd662e..49f91be 100644
--- a/arch/arm/include/asm/pgtable-2level.h
+++ b/arch/arm/include/asm/pgtable-2level.h
@@ -66,7 +66,7 @@
  *
  * However, when the "young" bit is cleared, we deny access to the page
  * by clearing the hardware PTE.  Currently Linux does not flush the TLB
- * for us in this case, which means the TLB will retain the transation
+ * for us in this case, which means the TLB will retain the translation
  * until either the TLB entry is evicted under pressure, or a context
  * switch which changes the user space mapping occurs.
  */
--
1.9.3


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

end of thread, other threads:[~2015-09-11 11:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09  6:52 [PATCH] ARM: pgtable: Fix typo in the comment Hyuk Myeong
2015-06-09  8:42 ` Steve Capper
2015-06-10  2:33   ` Hyuk Myeong
  -- strict thread matches above, loose matches on Subject: below --
2015-09-11 11:22 Hyuk Myeong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).