Re: [PATCH] staging: greybus: add missing newlines in sysfs_emit calls

From: Dan Carpenter

Date: Thu Jun 25 2026 - 06:28:05 EST


On Thu, Jun 25, 2026 at 05:14:16PM +0800, suryasaimadhu wrote:
> Add missing terminating newlines to sysfs_emit format strings
> in audio_manager_module.c as required by sysfs ABI.
>
> Signed-off-by: suryasaimadhu <suryasaimadhu369@xxxxxxxxx>
> ---

This changes the user space API so it's a bit risky. Only make this
sort of change for new code.

regards,
dan carpenter