diff options
author | 2023-01-13 08:47:15 +0100 | |
---|---|---|
committer | 2023-01-20 18:29:31 +0800 | |
commit | b0f4f74631979afaff6b5b7b8e54eb1cf2bd5cfa (patch) | |
tree | 890e2309fb479df21238a8758f73826b063a2c7e /crypto/essiv.c | |
parent | crypto: qat - fix spelling mistakes from 'bufer' to 'buffer' (diff) | |
download | wireguard-linux-b0f4f74631979afaff6b5b7b8e54eb1cf2bd5cfa.tar.xz wireguard-linux-b0f4f74631979afaff6b5b7b8e54eb1cf2bd5cfa.zip |
crypto: atmel-i2c - avoid defines prefixed with CONFIG
Defines prefixed with "CONFIG" should be limited to proper Kconfig options,
that are introduced in a Kconfig file.
Here, a definition for the driver's configuration zone is named
CONFIG_ZONE. Rename this local definition to CONFIGURATION_ZONE to avoid
defines prefixed with "CONFIG".
No functional change.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/essiv.c')
0 files changed, 0 insertions, 0 deletions