RE: [PATCH 1/3] arm64: mmu: update paging_init comments

2019-02-13 Thread Peng Fan
@arm.com; > linux-arm-ker...@lists.infradead.org; linux-kernel@vger.kernel.org; > van.free...@gmail.com > Subject: Re: [PATCH 1/3] arm64: mmu: update paging_init comments > > On Wed, Feb 13, 2019 at 09:37:24AM +, Peng Fan wrote: > > The comments has not been changed since the

Re: [PATCH 1/3] arm64: mmu: update paging_init comments

2019-02-13 Thread Mark Rutland
On Wed, Feb 13, 2019 at 09:37:24AM +, Peng Fan wrote: > The comments has not been changed since the function introduced, but the > function has been changed dramatically, so update the comments to > reflect the code. > > Signed-off-by: Peng Fan > --- > arch/arm64/mm/mmu.c | 4 ++-- > 1 file

[PATCH 1/3] arm64: mmu: update paging_init comments

2019-02-13 Thread Peng Fan
The comments has not been changed since the function introduced, but the function has been changed dramatically, so update the comments to reflect the code. Signed-off-by: Peng Fan --- arch/arm64/mm/mmu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/mm/mmu.c