Re: [PATCH] arm64/cpucaps: increase string width to properly format cpucaps.h

From: Catalin Marinas
Date: Fri May 26 2023 - 05:28:46 EST


On Wed, May 17, 2023 at 03:34:50PM +0530, Prathu Baronia wrote:
> The lengthiest capability is `WORKAROUND_TRBE_OVERWRITE_FILL_MODE` and
> its length is 35 characters so increase the width of left justified
> strings to 35 and adjust the tab space for `ARM64_NCAPS` accordingly.
> Now the generated cpucaps.h is properly formatted.
>
> Signed-off-by: Prathu Baronia <quic_pbaronia@xxxxxxxxxxx>

Why not make it larger, say 40, just in case.

--
Catalin