Re: [PATCH] ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIs

From: Sergey Senozhatsky
Date: Thu Dec 08 2022 - 20:07:59 EST


On (22/12/07 09:29), ye.xingchen@xxxxxxxxxx wrote:
> From: ye xingchen <ye.xingchen@xxxxxxxxxx>
>
> 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 <ye.xingchen@xxxxxxxxxx>

Reviewed-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>