diff options
author | Thorsten Blum <thorsten.blum@linux.dev> | 2025-09-11 23:43:22 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2025-09-12 07:54:40 +0200 |
commit | e135eeef0b25d44fe71dc3b71b0106d48d825470 (patch) | |
tree | 091971b35241e8c4e062d1da403c59b7b73cfde8 /rust/helpers | |
parent | 3c30d57544bf91d6adaf3cab8474194e4c4404bc (diff) |
ALSA: aoa: Remove redundant size arguments from strscpy()
The size parameter of strscpy() is optional if the destination buffer
has a fixed length and strscpy() can automatically determine its size
using sizeof(). This makes many explicit size arguments redundant.
Remove them to shorten and simplify the code.
No functional changes intended.
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'rust/helpers')
0 files changed, 0 insertions, 0 deletions