diff options
author | Tom Rix <trix@redhat.com> | 2023-06-11 07:32:10 -0400 |
---|---|---|
committer | Jarkko Sakkinen <jarkko@kernel.org> | 2023-08-07 17:55:54 +0000 |
commit | 0de030b308236a1392f924f527cf74614d8b6aef (patch) | |
tree | fca2e5f9519e9c32575afa2f0a576c323a423284 /sound | |
parent | 0b15afc9038146bb2009e7924b1ead2e919b2a56 (diff) |
sysctl: set variable key_sysctls storage-class-specifier to static
smatch reports
security/keys/sysctl.c:12:18: warning: symbol
'key_sysctls' was not declared. Should it be static?
This variable is only used in its defining file, so it should be static.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions