On Tue, Aug 18, 2026 at 01:45:35PM +0530, Avhi M. wrote:
sysfs attributes are expected to be terminated with a newline. Add the missing '\n' to the sysfs_emit() format strings in the module attribute show functions, fixing the checkpatch --strict warning:
WARNING: return sysfs_emit(...) formats should include a terminating newline
Signed-off-by: Avhi M. dev@avhi.in
drivers/staging/greybus/audio_manager_module.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Please see the archives for why this has been rejected in the past.
thanks,
greg k-h