diff options
author | 2025-04-07 10:26:07 +0200 | |
---|---|---|
committer | 2025-04-08 12:38:47 +0200 | |
commit | 48afd55505247df3b8e00a15a0b25b58618bc3a0 (patch) | |
tree | face0e002243a7b6f9e7b1ad3d4940266b1eac64 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | Merge tag 'net-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (diff) | |
download | wireguard-linux-48afd55505247df3b8e00a15a0b25b58618bc3a0.tar.xz wireguard-linux-48afd55505247df3b8e00a15a0b25b58618bc3a0.zip |
hamradio: 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>
Link: https://patch.msgid.link/20250407082607.741919-2-thorsten.blum@linux.dev
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions