On 8/1/25 6:19 AM, Miguel García wrote:
This patch replaces the existing sprintf/strcat/strlen patterns in the four dm-sysfs show() callbacks with the sysfs_emit() API, as recommended by Documentation/filesystems/sysfs.rst.
That recommendation only applies to new code. See also https://lore.kernel.org/all/20250724153449.2433395-1-bvanass...@acm.org/ Bart.