commit | f67d5c4fbe8051af33e9109aa3d3024602d29474 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Sep 22 11:01:26 2017 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Mon Oct 02 10:13:05 2017 +0100 |
tree | f71b2ac4cab9479824aa0a571b2f091f83ae52a0 | |
parent | 9339fd348dd98ed64879a48dc7290cc3fa4e2911 [diff] |
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>