aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorChristian Göttsche <[email protected]>2024-11-25 11:03:40 +0000
committerJarkko Sakkinen <[email protected]>2025-01-21 09:25:23 +0000
commit5f56d41a21b6d17b59525958a57feffe597b7de5 (patch)
treed969b33a944fd9600cc2c1eb4b7c3049811bed3f /net/switchdev/switchdev.c
parentMerge tag 'powerpc-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... (diff)
downloadkernel-5f56d41a21b6d17b59525958a57feffe597b7de5.tar.gz
kernel-5f56d41a21b6d17b59525958a57feffe597b7de5.zip
keys: drop shadowing dead prototype
The global variable pkcs7 does not exist. Drop the variable declaration, but keep the struct prototype needed for is_key_on_revocation_list(). Reported by clang: ./include/keys/system_keyring.h:104:67: warning: declaration shadows a variable in the global scope [-Wshadow] 104 | static inline int is_key_on_revocation_list(struct pkcs7_message *pkcs7) | ^ ./include/keys/system_keyring.h:76:30: note: previous declaration is here 76 | extern struct pkcs7_message *pkcs7; | ^ Fixes: 56c5812623f9 ("certs: Add EFI_CERT_X509_GUID support for dbx entries") Signed-off-by: Christian Göttsche <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions