commit | 64531496f990c2a63211c72b953dfc084b4c2589 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Nov 28 00:02:56 2022 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Wed Dec 14 22:31:33 2022 +0000 |
tree | 1703fef2feb486e971c760b79e128c6b8a5d8b10 | |
parent | eeaca6ac27ccfd75956c1ad6ca27d9b9caf62c96 [diff] |
sunxi: board: annotate #endif lines The legacy Allwinner code is cluttered with #ifdef's, some of them even nested, which makes the code hard to read and error prone. Eventually we will get rid of most of them, but for now let's at least annotate the #endif lines with the corresponding symbol the bracket started with. Reviewed-by: Samuel Holland <samuel@sholland.org> Tested-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>