diff options
author | 2021-11-18 16:38:03 -0800 | |
---|---|---|
committer | 2021-11-19 12:14:02 -0600 | |
commit | b76521f6482d2a2a691e4eb1a496d55d73aea064 (patch) | |
tree | 7ba6c754ee46bdda93ec71276e0f9869480f336d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | PCI/switchtec: Add Gen4 automotive device IDs (diff) | |
download | wireguard-linux-b76521f6482d2a2a691e4eb1a496d55d73aea064.tar.xz wireguard-linux-b76521f6482d2a2a691e4eb1a496d55d73aea064.zip |
PCI/switchtec: Declare local state_names[] as static
The local state_names[] array is constant and need not be allocated and
populated each time we enter stuser_set_state(). Declare it as static.
See the link below for the discussion.
https://lore.kernel.org/r/20211014141859.11444-1-kelvin.cao@microchip.com/
[bhelgaas: simplify commit log]
Suggested-by: Krzysztof WilczyĆski <kw@linux.com>
Link: https://lore.kernel.org/r/20211119003803.2333-3-kelvin.cao@microchip.com
Signed-off-by: Kelvin Cao <kelvin.cao@microchip.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions