arm64/sysreg: fix odd line spacing
authorMark Rutland <mark.rutland@arm.com>
Fri, 13 May 2022 17:41:18 +0000 (18:41 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Sun, 15 May 2022 09:58:25 +0000 (10:58 +0100)
commit5005d1dbbb3828078f32dff24b77866502e45e93
tree08b78d53afd635d18b12da607b9c8c1e2da9f40d
parent82bf59002e0f84e51c16589080c2feba6e6ec78a
arm64/sysreg: fix odd line spacing

Between the header and the definitions, there's no line gap, and in a
couple of places a double line gap for no semantic reason, which makes
the output look a little odd.

Fix this so blocks are consistently separated with a single line gap:

* Add a newline after the "Generated file" comment line, so this is
  clearly split from whatever the first definition in the file is.

* At the start of a SysregFields block there's no need for a newline as
  we haven't output any sysreg encoding details prior to this.

* At the end of a Sysreg block there's no need for a newline if we
  have no RES0 or RES1 fields, as there will be a line gap after the
  previous element (e.g. a Fields line).

There should be no functional change as a result of this patch.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20220513174118.266966-3-mark.rutland@arm.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/tools/gen-sysreg.awk