Re: [PATCH] staging: greybus: add missing newline to sysfs_emit() calls in audio_manager_module.c
From: Dan Carpenter
Date: Wed Aug 12 2026 - 05:06:54 EST
On Wed, Aug 12, 2026 at 02:21:17PM +0530, Raushan Kumar wrote:
> sysfs attribute show functions are expected to terminate their
> output with a newline. Add the missing \n to the format strings
> in gb_audio_module_name_show(), gb_audio_module_vid_show(),
> gb_audio_module_pid_show(), gb_audio_module_intf_id_show(),
> gb_audio_module_ip_devices_show(), and
> gb_audio_module_op_devices_show(), as flagged by checkpatch.pl.
>
> Signed-off-by: Raushan Kumar <mitramaurya80@xxxxxxxxx>
> ---
No, this is user visible API. It's too risky to change once it's been
released.
regards,
dan carpenter