spi: use sysfs_emit() for printing statistics and add trailing newline
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 18 Feb 2022 13:58:35 +0000 (14:58 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 18 Feb 2022 14:39:07 +0000 (14:39 +0000)
commit043786303b175977e515d4e99cf6b5f886b136dc
treef3a477080ea44e7130af1ff78a53245c204e4f57
parent07025ceaac9f4f7a9e1a3285c3216469bf066320
spi: use sysfs_emit() for printing statistics and add trailing newline

Use dedicated function sysfs_emit() that does some extra checking,
e.g. to ensure that no more than PAGESIZE bytes are written.
In addition add a trailing newline to the output, that makes it
better readable from the console.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://lore.kernel.org/r/56e1588d-d53b-73e9-fdc8-7fe30bf91f11@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c