[PATCH] fbdev: replace snprintf in show functions with sysfs_emit
Greg KH
gregkh at linuxfoundation.org
Tue Nov 30 07:08:21 UTC 2021
On Tue, Nov 30, 2021 at 08:05:08AM +0800, davidcomponentone at gmail.com wrote:
> From: Yang Guang <yang.guang5 at zte.com.cn>
>
> coccinelle report:
> ./drivers/video/fbdev/core/fbcon.c:2680:8-16:
> WARNING: use scnprintf or sprintf
> ./drivers/video/fbdev/core/fbcon.c:2655:8-16:
> WARNING: use scnprintf or sprintf
>
> Use sysfs_emit instead of scnprintf or sprintf makes more sense.
>
> Reported-by: Zeal Robot <zealci at zte.com.cn>
> Signed-off-by: Yang Guang <yang.guang5 at zte.com.cn>
As said before, your email does not match these lines, nor was this
reported by this bot, but by the existing tools in the kernel tree.
thanks,
greg k-h
More information about the dri-devel
mailing list