diff options
author | Shannon Nelson <[email protected]> | 2023-12-04 11:22:33 -0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-12-05 20:20:19 -0800 |
commit | 0ceb3860a67652f9d36dfdecfcd2cb3eb2f4537d (patch) | |
tree | 257b65987c83f6853023278aa44905a38df206e5 /scripts/generate_rust_analyzer.py | |
parent | 58d3aade20cdddbac6c9707ac0f3f5f8c1278b74 (diff) |
ionic: fix snprintf format length warning
Our friendly kernel test robot has reminded us that with a new
check we have a warning about a potential string truncation.
In this case it really doesn't hurt anything, but it is worth
addressing especially since there really is no reason to reserve
so many bytes for our queue names. It seems that cutting the
queue name buffer length in half stops the complaint.
Fixes: c06107cabea3 ("ionic: more ionic name tweaks")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Shannon Nelson <[email protected]>
Reviewed-by: Brett Creeley <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions