]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm: Fix typo in set_pte_at()
authorGavin Shan <gwshan@linux.vnet.ibm.com>
Wed, 8 Feb 2017 03:16:50 +0000 (14:16 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 17 Feb 2017 11:16:25 +0000 (22:16 +1100)
commita09de454085b0fcfc9fcd3cb3576478970c6c29b
tree8335d2915360cf0601bf600b1a93f6e83ef20765
parent9707edb553b1af52b82bdc694735972cd35a62d1
powerpc/mm: Fix typo in set_pte_at()

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>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/pgtable.c