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
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