diff options
author | 2025-02-28 16:11:16 +0100 | |
---|---|---|
committer | 2025-03-03 10:24:41 +0100 | |
commit | 7a4dc56023651f00a8d5e30ec84ec2a12294b8c8 (patch) | |
tree | 86f215800676fc542d4d6ec655168ea192665415 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ucsi_ccg: Don't show non-functional attributes (diff) | |
download | linux-rng-7a4dc56023651f00a8d5e30ec84ec2a12294b8c8.tar.xz linux-rng-7a4dc56023651f00a8d5e30ec84ec2a12294b8c8.zip |
usb: storage: jumpshot: Use const for constant arrays
These arrays are not modified. Make them const.
Declaring data as const makes it easier to see what's going on, and can
prevent unintended writes through placement in a read-only section.
Signed-off-by: Jonathan Neuschäfer <j.ne@posteo.net>
Reviewed-by: Alan Stern <stern@rowland.harvard.edu>
Link: https://lore.kernel.org/r/20250228-misc-const-v3-1-09b417ded9c4@posteo.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions