Re: [PATCH] ocxl: sysfs.c: Replace scnprintf() with sysfs_emit()

2025-07-10 Thread Ryan Chung
On Thu, Jul 10, 2025 at 05:23:12PM +1000, Andrew Donnellan wrote: > On Thu, 2025-07-10 at 16:18 +0900, Ryan Chung wrote: > > This change uses sysfs_emit() API usage for sysfs 'show' > > functions as recommended from Documentation/filesystems/sysfs.rst. > > Intended for safety and consistency. > >

Re: [PATCH] ocxl: sysfs.c: Replace scnprintf() with sysfs_emit()

2025-07-10 Thread Andrew Donnellan
On Thu, 2025-07-10 at 16:18 +0900, Ryan Chung wrote: > This change uses sysfs_emit() API usage for sysfs 'show' > functions as recommended from Documentation/filesystems/sysfs.rst. > Intended for safety and consistency. > > No functional change intended. > > Signed-off-by: Ryan Chung An identic