rtc: s3c: Put 'const' just after 'static' keyword for data
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 7 Jul 2025 09:22:01 +0000 (11:22 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 22 Jul 2025 22:45:21 +0000 (00:45 +0200)
commit8b52144f0e08e7640bdbaf7b6a2527b3e100a769
treee443e82ddd9ed041af9634e3a15d9e90142c409e
parent289642767c2e12df58213f7b34f78d19466d9c28
rtc: s3c: Put 'const' just after 'static' keyword for data

Convention is to define static data as 'static const ...', not 'static
... const' because of readability, even if the code is functionally
equal.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250707092200.48862-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-s3c.c