Re: [net-next] net: phy: Convert to use sysfs_emit() APIs
From: Andrew Lunn <andrew@lunn.ch>
Date: 2022-09-28 12:31:01
From: Andrew Lunn <andrew@lunn.ch>
Date: 2022-09-28 12:31:01
On Wed, Sep 28, 2022 at 07:34:20PM +0800, Wang Yufen wrote:
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: Wang Yufen <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew