Re: [PATCH] staging: greybus: audio_manager: Add missing newline to sysfs_emit outputs

From: Greg KH

Date: Sat Mar 28 2026 - 02:02:39 EST


On Sat, Mar 28, 2026 at 10:15:27AM +0530, Shivam Gupta wrote:
> sysfs_emit outputs in audio_manager_module.c do not include a terminating
> newline, which is required for proper sysfs formatting.
>
> Add newline characters to all sysfs_emit format strings.
>
> Signed-off-by: Shivam Gupta <shivgupta751157@xxxxxxxxx>

You just changed the user/kernel api here, are you _sure_ it is ok to do
so? What tools just broke or were used to test this? What tool asked
you to make this change?

thanks,

greg k-h