fbdev: uvesafb: Convert snprintf to scnprintf
authorJules Irenge <jbi.octave@gmail.com>
Sat, 17 Sep 2022 23:44:20 +0000 (00:44 +0100)
committerHelge Deller <deller@gmx.de>
Sat, 8 Oct 2022 13:20:08 +0000 (15:20 +0200)
commit2559f17ec878adf5c54815e55cf0b72c02bb5303
treed2e11faee78b34d85af157306b1dcdcd33bc411b
parent851e0986d964bb75deea24011b0845d550215076
fbdev: uvesafb: Convert snprintf to scnprintf

Coccinelle reports: WARNING: use scnprintf or sprintf

Adding to that, there has also been some slow migration from snprintf to
scnprintf. This article explains the rationale for this change:
https: //lwn.net/Articles/69419/

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/uvesafb.c