Hi, here is a series of trivial patches just to convert suspicious snprintf() usages with the more safer one, scnprintf(). Takashi === Takashi Iwai (3): video: omapfb: Use scnprintf() for avoiding potential buffer overflow video: omap2: Use scnprintf() for avoiding potential buffer overflow video: uvesafb: Use scnprintf() for avoiding potential buffer overflow drivers/video/fbdev/omap/omapfb_main.c | 14 +++++++------- drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c | 8 ++++---- drivers/video/fbdev/uvesafb.c | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) -- 2.16.4