diff options
author | 2022-04-03 10:09:37 -0400 | |
---|---|---|
committer | 2022-09-28 21:10:57 +0930 | |
commit | 362fbc830a7ecd440d797c2ddce53020fd1020f5 (patch) | |
tree | 03d2041de2693c5198f26facc25bafae58998cbf /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fsi: occ: Prevent use after free (diff) | |
download | linux-dev-362fbc830a7ecd440d797c2ddce53020fd1020f5.tar.xz linux-dev-362fbc830a7ecd440d797c2ddce53020fd1020f5.zip |
fsi: cleanup extern usage in function definition
Smatch reports these issues
fsi-core.c:395:12: warning: function 'fsi_slave_claim_range'
with external linkage has definition
fsi-core.c:409:13: warning: function 'fsi_slave_release_range'
with external linkage has definition
The storage-class-specifier extern is not needed in a
definition, so remove it.
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220403140937.3833578-1-trix@redhat.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions