aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorTom Rix <[email protected]>2023-03-12 12:17:33 -0400
committerJonathan Cameron <[email protected]>2023-03-12 17:44:44 +0000
commit225dc61e2fa8def14426e2a34e926a79fae6118b (patch)
treee07adb2c48ff13ec93f1a3090ff56d047b40438c /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parent9ee6bc3a035a5882888d6a73a2c13e2f4e65793f (diff)
iio: adc: stm32-adc: set some stm32-adc.c variables storage-class-specifier to static
smatch reports several warnings drivers/iio/adc/stm32-adc.c:2591:20: warning: symbol 'stm32_adc_min_ts_h7' was not declared. Should it be static? drivers/iio/adc/stm32-adc.c:2610:20: warning: symbol 'stm32_adc_min_ts_mp1' was not declared. Should it be static? drivers/iio/adc/stm32-adc.c:2630:20: warning: symbol 'stm32_adc_min_ts_mp13' was not declared. Should it be static? These variables are only used in stm32-adc.c, so they should be static Signed-off-by: Tom Rix <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions