diff options
author | 2025-07-07 11:22:01 +0200 | |
---|---|---|
committer | 2025-07-23 00:45:21 +0200 | |
commit | 8b52144f0e08e7640bdbaf7b6a2527b3e100a769 (patch) | |
tree | e443e82ddd9ed041af9634e3a15d9e90142c409e /rust/pin-init/internal/src | |
parent | rtc: m41t80: remove HT feature for m41t65 (diff) | |
download | wireguard-linux-8b52144f0e08e7640bdbaf7b6a2527b3e100a769.tar.xz wireguard-linux-8b52144f0e08e7640bdbaf7b6a2527b3e100a769.zip |
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>
Diffstat (limited to 'rust/pin-init/internal/src')
0 files changed, 0 insertions, 0 deletions