]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
zorro: sysfs: Replace sprintf() by sysfs_emit()
authorStefan Pedratscher <pedratscher.stefan@gmail.com>
Mon, 6 Apr 2026 17:25:12 +0000 (19:25 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 27 Apr 2026 11:52:12 +0000 (13:52 +0200)
commit99a680bed60428175ff9c5c95d579826ca2ff3f8
tree91c97bc8b592f8088e9597f3bd4b5119ccfb6b5c
parent254f49634ee16a731174d2ae34bc50bd5f45e731
zorro: sysfs: Replace sprintf() by sysfs_emit()

Convert sysfs show functions from sprintf() to sysfs_emit(), as
recommended by Documentation/filesystems/sysfs.rst.  This ensures proper
buffer handling and avoids potential buffer overflows.

Signed-off-by: Stefan Pedratscher <pedratscher.stefan@gmail.com>
Tested-by: Daniel Palmer <daniel@thingy.jp>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://patch.msgid.link/20260406172512.6693-1-pedratscher.stefan@gmail.com
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
drivers/zorro/zorro-sysfs.c