Re: [PATCH] powerpc/mm: Fix typo in set_pte_at()

2017-02-08 Thread Michael Ellerman
Gavin Shan writes: > On Mon, Feb 06, 2017 at 08:03:57AM +0530, Aneesh Kumar K.V wrote: >>Gavin Shan writes: >> >>> This fixes the typo about the _PAGE_PTE in set_pte_at() by changing >>> "tryint" to "trying to". >>> >>> Fixes: 6a119eae942 ("powerpc/mm: Add a _PAGE_PTE bit") >> >>I guess this is

Re: [PATCH] powerpc/mm: Fix typo in set_pte_at()

2017-02-07 Thread Gavin Shan
On Mon, Feb 06, 2017 at 08:03:57AM +0530, Aneesh Kumar K.V wrote: >Gavin Shan writes: > >> This fixes the typo about the _PAGE_PTE in set_pte_at() by changing >> "tryint" to "trying to". >> >> Fixes: 6a119eae942 ("powerpc/mm: Add a _PAGE_PTE bit") > >I guess this is not needed. We add that when we

Re: [PATCH] powerpc/mm: Fix typo in set_pte_at()

2017-02-05 Thread Gavin Shan
On Mon, Feb 06, 2017 at 08:03:57AM +0530, Aneesh Kumar K.V wrote: >Gavin Shan writes: > >> This fixes the typo about the _PAGE_PTE in set_pte_at() by changing >> "tryint" to "trying to". >> >> Fixes: 6a119eae942 ("powerpc/mm: Add a _PAGE_PTE bit") > >I guess this is not needed. We add that when we

Re: [PATCH] powerpc/mm: Fix typo in set_pte_at()

2017-02-05 Thread Aneesh Kumar K.V
Gavin Shan writes: > This fixes the typo about the _PAGE_PTE in set_pte_at() by changing > "tryint" to "trying to". > > Fixes: 6a119eae942 ("powerpc/mm: Add a _PAGE_PTE bit") I guess this is not needed. We add that when we want to hint whether the patch needs backporting. > Signed-off-by: Gav

[PATCH] powerpc/mm: Fix typo in set_pte_at()

2017-02-05 Thread Gavin Shan
This fixes the typo about the _PAGE_PTE in set_pte_at() by changing "tryint" to "trying to". Fixes: 6a119eae942 ("powerpc/mm: Add a _PAGE_PTE bit") Signed-off-by: Gavin Shan --- arch/powerpc/mm/pgtable.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/powerpc/mm/pgtab