* [PATCH v2] powerpc/mm: Fix typo in set_pte_at()
@ 2017-02-08  3:16 Gavin Shan
  2017-02-08  8:14 ` Balbir Singh
  2017-02-19 11:33 ` [v2] " Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Gavin Shan @ 2017-02-08  3:16 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: mpe, aneesh.kumar, Gavin Shan
This fixes the typo about the _PAGE_PTE in set_pte_at() by changing
"tryint" to "trying to".
Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
---
v2: Removed "Fixes" tag
---
 arch/powerpc/mm/pgtable.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/powerpc/mm/pgtable.c b/arch/powerpc/mm/pgtable.c
index cb39c8b..a03ff3d 100644
--- a/arch/powerpc/mm/pgtable.c
+++ b/arch/powerpc/mm/pgtable.c
@@ -193,9 +193,7 @@ void set_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *ptep,
 	 */
 	VM_WARN_ON(pte_present(*ptep) && !pte_protnone(*ptep));
 
-	/*
-	 * Add the pte bit when tryint set a pte
-	 */
+	/* Add the pte bit when trying to set a pte */
 	pte = __pte(pte_val(pte) | _PAGE_PTE);
 
 	/* Note: mm->context.id might not yet have been assigned as
-- 
2.7.4
^ permalink raw reply related	[flat|nested] 3+ messages in thread
* Re: [PATCH v2] powerpc/mm: Fix typo in set_pte_at()
  2017-02-08  3:16 [PATCH v2] powerpc/mm: Fix typo in set_pte_at() Gavin Shan
@ 2017-02-08  8:14 ` Balbir Singh
  2017-02-19 11:33 ` [v2] " Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Balbir Singh @ 2017-02-08  8:14 UTC (permalink / raw)
  To: Gavin Shan; +Cc: linuxppc-dev, aneesh.kumar
On Wed, Feb 08, 2017 at 02:16:50PM +1100, Gavin Shan wrote:
> This fixes the typo about the _PAGE_PTE in set_pte_at() by changing
> "tryint" to "trying to".
> 
> Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
> ---
> v2: Removed "Fixes" tag
Not much to ack, but
Acked-by: Balbir Singh <bsingharora@gmail.com>
^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: [v2] powerpc/mm: Fix typo in set_pte_at()
  2017-02-08  3:16 [PATCH v2] powerpc/mm: Fix typo in set_pte_at() Gavin Shan
  2017-02-08  8:14 ` Balbir Singh
@ 2017-02-19 11:33 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2017-02-19 11:33 UTC (permalink / raw)
  To: Gavin Shan, linuxppc-dev; +Cc: aneesh.kumar, Gavin Shan
On Wed, 2017-02-08 at 03:16:50 UTC, Gavin Shan wrote:
> This fixes the typo about the _PAGE_PTE in set_pte_at() by changing
> "tryint" to "trying to".
> 
> Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
> Acked-by: Balbir Singh <bsingharora@gmail.com>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/c618f6b188a9170f67e4abd478d250
cheers
^ permalink raw reply	[flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-02-19 11:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-08  3:16 [PATCH v2] powerpc/mm: Fix typo in set_pte_at() Gavin Shan
2017-02-08  8:14 ` Balbir Singh
2017-02-19 11:33 ` [v2] " Michael Ellerman
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 NNTP newsgroup(s).