[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YaXN5apTUfylG2Mp@kroah.com>
Date: Tue, 30 Nov 2021 08:08:21 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: davidcomponentone@...il.com
Cc: ducheng2@...il.com, tzimmermann@...e.de,
penguin-kernel@...ove.sakura.ne.jp, cssk@...-c.es,
yang.guang5@....com.cn, dri-devel@...ts.freedesktop.org,
linux-fbdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Zeal Robot <zealci@....com.cn>
Subject: Re: [PATCH] fbdev: replace snprintf in show functions with sysfs_emit
On Tue, Nov 30, 2021 at 08:05:08AM +0800, davidcomponentone@...il.com wrote:
> From: Yang Guang <yang.guang5@....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@....com.cn>
> Signed-off-by: Yang Guang <yang.guang5@....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
Powered by blists - more mailing lists