diff mbox series

ARC: pgalloc.h: delete a duplicated word + other fixes

Message ID 20200721205958.15229-1-rdunlap@infradead.org
State New
Headers show
Series ARC: pgalloc.h: delete a duplicated word + other fixes | expand

Commit Message

Randy Dunlap July 21, 2020, 8:59 p.m. UTC
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(-)

Comments

Vineet Gupta July 21, 2020, 10:06 p.m. UTC | #1
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
>   */
>
diff mbox series

Patch

--- 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
  */