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

From: Namjae Jeon
Date: Thu Dec 08 2022 - 08:35:42 EST


2022-12-07 10:29 GMT+09:00, ye.xingchen@xxxxxxxxxx <ye.xingchen@xxxxxxxxxx>:
> 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>
Acked-by: Namjae Jeon <linkinjeon@xxxxxxxxxx>

Thanks!