Re: [PATCH linux-next] net: atm: Convert to use sysfs_emit()/sysfs_emit_at() APIs

From: Jakub Kicinski
Date: Tue Sep 27 2022 - 10:02:48 EST


On Tue, 27 Sep 2022 06:46:49 +0000 zhangsongyi.cgel@xxxxxxxxx wrote:
> From: zhang songyi <zhang.songyi@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.

Is there an end goal to this? If the code is correct let's leave
it as is. ATM is hopefully going to be deleted soon.