diff options
author | Tom Rix <trix@redhat.com> | 2023-02-13 06:48:14 -0800 |
---|---|---|
committer | Oded Gabbay <ogabbay@kernel.org> | 2023-03-15 13:29:14 +0200 |
commit | 3a621af6373116320087ba3c88c260bc992cd2a4 (patch) | |
tree | 63cf1de614e1cc35ad80928b1ac48e5fbb77918e /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 69ff5bccbc35be9acd24f501cf9497eef5ac69c5 (diff) |
accel/habanalabs: set hl_capture_*_err storage-class-specifier to static
smatch reports
drivers/accel/habanalabs/common/device.c:2619:6: warning:
symbol 'hl_capture_hw_err' was not declared. Should it be static?
drivers/accel/habanalabs/common/device.c:2641:6: warning:
symbol 'hl_capture_fw_err' was not declared. Should it be static?
both are only used in device.c, so they should be static
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions