On Tue, Dec 19, 2023 at 06:15:13PM -0800, Dan Williams wrote: > sysfs_emit() properly handles the PAGE_SIZE limitation of populating > sysfs attribute buffers. Clean up the deprecated usage of sprintf() in > all of nfit's sysfs show() handlers. > > Reported-by: Ben Dooks <[email protected]> > Closes: > http://lore.kernel.org/[email protected] > Cc: Alison Schofield <[email protected]> > Cc: Dave Jiang <[email protected]> > Signed-off-by: Dan Williams <[email protected]>
Reviewed-by: Alison Schofield <[email protected]> > --- > drivers/acpi/nfit/core.c | 44 ++++++++++++++++++++++---------------------- > 1 file changed, 22 insertions(+), 22 deletions(-) >
