diff options
author | 2025-03-20 13:44:51 +0100 | |
---|---|---|
committer | 2025-04-11 10:11:58 +0200 | |
commit | 20eb35da409fa60fa03ea828cd3d1d9c8a51e103 (patch) | |
tree | 1db836a649585471e02eaf7547efa48a3ee5c24a /drivers/fpga/fpga-mgr.c | |
parent | r8169: add helper rtl8125_phy_param (diff) | |
download | wireguard-linux-20eb35da409fa60fa03ea828cd3d1d9c8a51e103.tar.xz wireguard-linux-20eb35da409fa60fa03ea828cd3d1d9c8a51e103.zip |
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 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions