]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commitf67d5c4fbe8051af33e9109aa3d3024602d29474
treef71b2ac4cab9479824aa0a571b2f091f83ae52a0
parent9339fd348dd98ed64879a48dc7290cc3fa4e2911
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