diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-11-30 12:00:08 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-01-02 12:34:25 +0300 |
commit | f59b81fe8df97f6de66a084c8e795f21fa69b8f8 (patch) | |
tree | ea47f86f2e4b307c1e9ffadaca2a7d7255689fa5 /net/unix/sysctl_net_unix.c | |
parent | f5c5661f02b5539d88aea8497f8d0835d165e945 (diff) | |
download | linux-f59b81fe8df97f6de66a084c8e795f21fa69b8f8.tar.xz |
ALSA: ump: Shut up truncated string warning
commit ed990c07af70d286f5736021c6e25d8df6f2f7b0 upstream.
The recent change for the legacy substream name update brought a
compile warning for some compilers due to the nature of snprintf().
Use scnprintf() to shut up the warning since the truncation is
intentional.
Fixes: e29e504e7890 ("ALSA: ump: Indicate the inactive group in legacy substream names")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202411300103.FrGuTAYp-lkp@intel.com/
Link: https://patch.msgid.link/20241130090009.19849-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions