diff options
author | Moon Hee Lee <moonhee.lee.ca@gmail.com> | 2025-06-20 11:11:44 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-06-24 16:38:42 +0100 |
commit | 217592d08bc61bee770b3935dc499a14cfa3e35f (patch) | |
tree | 18984387e824739a7513718c35050920b4bc6944 /scripts/gdb/linux/clk.py | |
parent | 86731a2a651e58953fc949573895f2fa6d456841 (diff) |
mei: bus: replace sprintf/scnprintf with sysfs_emit in show functions
Update all device attribute show callbacks in the MEI bus driver to use
sysfs_emit(), as recommended by Documentation/filesystems/sysfs.rst.
This improves consistency and aligns with current sysfs guidelines,
even though the existing use of sprintf/scnprintf is functionally safe.
Signed-off-by: Moon Hee Lee <moonhee.lee.ca@gmail.com>
Acked-by: Alexander Usyskin <alexander.usyskin@intel.com>
Link: https://lore.kernel.org/r/20250620181144.10750-1-moonhee.lee.ca@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/clk.py')
0 files changed, 0 insertions, 0 deletions