summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@linux.dev>2025-03-08 22:46:32 +0300
committerPetr Pavlu <petr.pavlu@suse.com>2025-03-10 13:56:26 +0300
commit085c5e37427d22381efa6e8a660dd810e8ef36ef (patch)
tree9bd59ddbc96136999d448311de343cba2f62f8a4 /tools/perf/scripts/python/libxed.py
parent6380bf8ff90213282a7a7f99697964a9c2bd6899 (diff)
downloadlinux-085c5e37427d22381efa6e8a660dd810e8ef36ef.tar.xz
module: Remove unnecessary size argument when calling strscpy()
The size parameter is optional and strscpy() automatically determines the length of the destination buffer using sizeof() if the argument is omitted. This makes the explicit sizeof() unnecessary. Remove it to shorten and simplify the code. Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Link: https://lore.kernel.org/r/20250308194631.191670-2-thorsten.blum@linux.dev Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions