]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: mm: Remove useless and wrong comments from fault.c
authorWill Deacon <will.deacon@arm.com>
Fri, 22 Sep 2017 10:01:26 +0000 (11:01 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 2 Oct 2017 09:13:05 +0000 (10:13 +0100)
commit74217e1a4a2e46e28a49dd96c2f6f075641ebbb6
treef71b2ac4cab9479824aa0a571b2f091f83ae52a0
parent5907d7b55cbfa5e608a83b6d533feb5face2d5d5
arm64: mm: Remove useless and wrong comments from fault.c

Fault.c seems to be a magnet for useless and wrong comments, largely
due to its ancestry in other architectures where the code has since
moved on, but the comments have remained intact.

This patch removes both useless and incorrect comments, leaving only
those that say something correct and relevant.

Reported-by: Wenjia Zhou <zhiyuan_zhu@htc.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/fault.c