On 3/31/2025 2:33 PM, gpittala wrote:
This patch includes multiple meaningful cleanups for the Greybus staging driver:
- firmware.c: Replaced deprecated 'strncpy()' with 'strscpy()'
- sysfs show functions: Replaced 'sprintf()' with 'sysfs_emit()'
- loopback.c: Refactored a large function (gp_loopback_fn) to improve readability
- 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@gmail.com
Please refer to: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-...
So it is generally expected that "gpittala" be replaced with "a known identity" which is normally your actual name.