arm64/cpucaps: increase string width to properly format cpucaps.h
authorPrathu Baronia <quic_pbaronia@quicinc.com>
Sat, 27 May 2023 12:38:58 +0000 (18:08 +0530)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 6 Jun 2023 16:23:27 +0000 (17:23 +0100)
commit56b77ba112d48becc3e41c9fe2b1533ba220b7c3
treec2a29e2c4d6b28fc3a28036bc932952e97f7fbdc
parente34f78b970ea51d17841f6168e50223efc690c76
arm64/cpucaps: increase string width to properly format cpucaps.h

The lengthiest capability is `WORKAROUND_TRBE_OVERWRITE_FILL_MODE` and
its length is 35 characters so increase the width of left justified
strings to 40 and adjust the tab space for `ARM64_NCAPS` accordingly.
Now the generated cpucaps.h is properly formatted.

Signed-off-by: Prathu Baronia <quic_pbaronia@quicinc.com>
Link: https://lore.kernel.org/r/20230527123900.680520-1-quic_pbaronia@quicinc.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/tools/gen-cpucaps.awk