diff options
author | Thorsten Blum <thorsten.blum@linux.dev> | 2025-03-20 15:44:51 +0300 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2025-04-11 11:11:58 +0300 |
commit | 20eb35da409fa60fa03ea828cd3d1d9c8a51e103 (patch) | |
tree | 1db836a649585471e02eaf7547efa48a3ee5c24a /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 0c49baf099ba2147a6ff3bbdc3197c6ddbee5469 (diff) | |
download | linux-20eb35da409fa60fa03ea828cd3d1d9c8a51e103.tar.xz |
xfrm: Remove unnecessary strscpy_pad() size arguments
If the destination buffer has a fixed length, strscpy_pad()
automatically determines its size using sizeof() when the argument is
omitted. This makes the explicit sizeof() calls unnecessary - remove
them.
No functional changes intended.
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions