diff options
author | Takashi Iwai <[email protected]> | 2023-09-15 10:27:51 +0200 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2023-09-15 13:21:30 +0200 |
commit | 9830c3851fd6f7ca977691632b786ba11a44be77 (patch) | |
tree | 4f255fcd4023964d3f6fc921317399b101bb65c7 /net/lapb/lapb_out.c | |
parent | 0d42260867f9ff3e3a5bcfa8750fa06a658e0b1c (diff) |
ALSA: seq: midi: Fix -Wformat-truncation warning
The compile warnings with -Wformat-truncation appearing at
snd_seq_midisynth_probe() in seq_midi.c are false-positive; those must
fit within the given string size.
For suppressing the warning, replace snprintf() with scnprintf().
As stated in the above, truncation doesn't matter.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions