Re: [PATCH] staging: greybus: audio_manager_module: add newlines to sysfs_emit calls
From: Dan Carpenter
Date: Mon Jun 01 2026 - 07:18:28 EST
On Sat, May 30, 2026 at 07:50:07PM -0500, Colton Spurgin wrote:
> sysfs_emit() format strings should include a terminating newline.
> Add missing '\n' after 6 formatted strings in show functions.
>
> Signed-off-by: Colton Spurgin <colton@xxxxxxxxxxxxxxxxxx>
This checkpatch warning only applies to new code. For existing code
you risk breaking userspace.
regards,
dan carpenter