mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 19:19:43 +02:00
kernel/cpu.c: don't use snprintf() for sysfs attrs As per the documentation (Documentation/filesystems/sysfs.rst), snprintf() should not be used for formatting values returned by sysfs. In all of these cases, sprintf() suffices as we know that the formatted strings will be less than PAGE_SIZE in length. Issue identified by Coccinelle. Signed-off-by: Alex Dewar <alex.dewar90@gmail.com> Link: https://lore.kernel.org/r/20200824222322.22962-1-alex.dewar90@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
|---|---|---|
| .. | ||
| cxacru.c | ||
| Kconfig | ||
| Makefile | ||
| speedtch.c | ||
| ueagle-atm.c | ||
| usbatm.c | ||
| usbatm.h | ||
| xusbatm.c | ||