Re: [greybus-dev] [PATCH] staging: greybus: Multiple cleanups and refactors

From: Jeff Johnson
Date: Mon Mar 31 2025 - 20:13:13 EST


On 3/31/2025 2:33 PM, gpittala wrote:
> This patch includes multiple meaningful cleanups for the Greybus staging driver:
>
> 1. firmware.c: Replaced deprecated 'strncpy()' with 'strscpy()'
> 2. sysfs show functions: Replaced 'sprintf()' with 'sysfs_emit()'
> 3. loopback.c: Refactored a large function (gp_loopback_fn) to improve readability
> 4. audio_gb.c: Split logic in get_topology() into separate calls as per TODO
>
> All changes are tested and pass checkpatch.pl
>
> Signed-off-by: gpittala <ganeshkpittala@xxxxxxxxx>

Please refer to:
https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin

So it is generally expected that "gpittala" be replaced with "a known
identity" which is normally your actual name.