All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARC: pgalloc.h: delete a duplicated word + other fixes
@ 2020-07-21 20:59 ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-21 20:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Vineet Gupta, linux-snps-arc

Drop the repeated word "to".
Change "Thay" to "That".
Add a closing right parenthesis.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: linux-snps-arc@lists.infradead.org
---
 arch/arc/include/asm/pgalloc.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200720.orig/arch/arc/include/asm/pgalloc.h
+++ linux-next-20200720/arch/arc/include/asm/pgalloc.h
@@ -18,10 +18,10 @@
  * vineetg: April 2010
  *  -Switched pgtable_t from being struct page * to unsigned long
  *      =Needed so that Page Table allocator (pte_alloc_one) is not forced to
- *       to deal with struct page. Thay way in future we can make it allocate
+ *       deal with struct page. That way in future we can make it allocate
  *       multiple PG Tbls in one Page Frame
  *      =sweet side effect is avoiding calls to ugly page_address( ) from the
- *       pg-tlb allocator sub-sys (pte_alloc_one, ptr_free, pmd_populate
+ *       pg-tlb allocator sub-sys (pte_alloc_one, ptr_free, pmd_populate)
  *
  *  Amit Bhor, Sameer Dhavale: Codito Technologies 2004
  */

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

* [PATCH] ARC: pgalloc.h: delete a duplicated word + other fixes
@ 2020-07-21 20:59 ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-21 20:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Vineet Gupta, Randy Dunlap, linux-snps-arc

Drop the repeated word "to".
Change "Thay" to "That".
Add a closing right parenthesis.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: linux-snps-arc@lists.infradead.org
---
 arch/arc/include/asm/pgalloc.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200720.orig/arch/arc/include/asm/pgalloc.h
+++ linux-next-20200720/arch/arc/include/asm/pgalloc.h
@@ -18,10 +18,10 @@
  * vineetg: April 2010
  *  -Switched pgtable_t from being struct page * to unsigned long
  *      =Needed so that Page Table allocator (pte_alloc_one) is not forced to
- *       to deal with struct page. Thay way in future we can make it allocate
+ *       deal with struct page. That way in future we can make it allocate
  *       multiple PG Tbls in one Page Frame
  *      =sweet side effect is avoiding calls to ugly page_address( ) from the
- *       pg-tlb allocator sub-sys (pte_alloc_one, ptr_free, pmd_populate
+ *       pg-tlb allocator sub-sys (pte_alloc_one, ptr_free, pmd_populate)
  *
  *  Amit Bhor, Sameer Dhavale: Codito Technologies 2004
  */

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

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

* Re: [PATCH] ARC: pgalloc.h: delete a duplicated word + other fixes
  2020-07-21 20:59 ` Randy Dunlap
@ 2020-07-21 22:06   ` Vineet Gupta
  -1 siblings, 0 replies; 4+ messages in thread
From: Vineet Gupta @ 2020-07-21 22:06 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel; +Cc: linux-snps-arc

On 7/21/20 1:59 PM, Randy Dunlap wrote:
> Drop the repeated word "to".
> Change "Thay" to "That".
> Add a closing right parenthesis.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Vineet Gupta <vgupta@synopsys.com>
> Cc: linux-snps-arc@lists.infradead.org

Thx Randy. Added to for-curr !

-Vineet

> ---
>  arch/arc/include/asm/pgalloc.h |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> --- linux-next-20200720.orig/arch/arc/include/asm/pgalloc.h
> +++ linux-next-20200720/arch/arc/include/asm/pgalloc.h
> @@ -18,10 +18,10 @@
>   * vineetg: April 2010
>   *  -Switched pgtable_t from being struct page * to unsigned long
>   *      =Needed so that Page Table allocator (pte_alloc_one) is not forced to
> - *       to deal with struct page. Thay way in future we can make it allocate
> + *       deal with struct page. That way in future we can make it allocate
>   *       multiple PG Tbls in one Page Frame
>   *      =sweet side effect is avoiding calls to ugly page_address( ) from the
> - *       pg-tlb allocator sub-sys (pte_alloc_one, ptr_free, pmd_populate
> + *       pg-tlb allocator sub-sys (pte_alloc_one, ptr_free, pmd_populate)
>   *
>   *  Amit Bhor, Sameer Dhavale: Codito Technologies 2004
>   */
> 


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

* Re: [PATCH] ARC: pgalloc.h: delete a duplicated word + other fixes
@ 2020-07-21 22:06   ` Vineet Gupta
  0 siblings, 0 replies; 4+ messages in thread
From: Vineet Gupta @ 2020-07-21 22:06 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel; +Cc: linux-snps-arc

On 7/21/20 1:59 PM, Randy Dunlap wrote:
> Drop the repeated word "to".
> Change "Thay" to "That".
> Add a closing right parenthesis.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Vineet Gupta <vgupta@synopsys.com>
> Cc: linux-snps-arc@lists.infradead.org

Thx Randy. Added to for-curr !

-Vineet

> ---
>  arch/arc/include/asm/pgalloc.h |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> --- linux-next-20200720.orig/arch/arc/include/asm/pgalloc.h
> +++ linux-next-20200720/arch/arc/include/asm/pgalloc.h
> @@ -18,10 +18,10 @@
>   * vineetg: April 2010
>   *  -Switched pgtable_t from being struct page * to unsigned long
>   *      =Needed so that Page Table allocator (pte_alloc_one) is not forced to
> - *       to deal with struct page. Thay way in future we can make it allocate
> + *       deal with struct page. That way in future we can make it allocate
>   *       multiple PG Tbls in one Page Frame
>   *      =sweet side effect is avoiding calls to ugly page_address( ) from the
> - *       pg-tlb allocator sub-sys (pte_alloc_one, ptr_free, pmd_populate
> + *       pg-tlb allocator sub-sys (pte_alloc_one, ptr_free, pmd_populate)
>   *
>   *  Amit Bhor, Sameer Dhavale: Codito Technologies 2004
>   */
> 

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

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

end of thread, other threads:[~2020-07-21 22:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 20:59 [PATCH] ARC: pgalloc.h: delete a duplicated word + other fixes Randy Dunlap
2020-07-21 20:59 ` Randy Dunlap
2020-07-21 22:06 ` Vineet Gupta
2020-07-21 22:06   ` Vineet Gupta

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.