Re: [PATCH] staging: greybus: audio_manager_module: add missing newlines to sysfs_emit() calls
From: Greg Kroah-Hartman
Date: Tue Sep 01 2026 - 06:04:59 EST
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@xxxxxxx>
> ---
> 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