Re: [PATCH linux-next v3] fbdev: use sysfs_emit() to instead of scnprintf()

2022-12-10 Thread Helge Deller
On 12/5/22 09:31, ye.xingc...@zte.com.cn wrote: From: ye xingchen Follow the advice of the Documentation/filesystems/sysfs.rst and show() should only use sysfs_emit() or sysfs_emit_at() when formatting the value to be returned to user space. Signed-off-by: ye xingchen I've applied this patc

Re: [PATCH linux-next v3] fbdev: use sysfs_emit() to instead of scnprintf()

2022-12-05 Thread Geert Uytterhoeven
Hi Ye, Thanks for your patch! On Mon, Dec 5, 2022 at 9:31 AM wrote: > From: ye xingchen > > Follow the advice of the Documentation/filesystems/sysfs.rst and show() > should only use sysfs_emit() or sysfs_emit_at() when formatting the > value to be returned to user space. > > Signed-off-by: ye x