Re: [PATCH v2] gpio: sim: Replace sprintf() with sysfs_emit()

From: Bartosz Golaszewski

Date: Tue Apr 28 2026 - 04:20:35 EST


On Mon, 27 Apr 2026 23:41:26 +0200, Maxwell Doose <m32285159@xxxxxxxxx> said:
> Replace sprintf() function calls with sysfs_emit() in the configfs show
> callbacks. This will help harden the driver and will bring the driver
> up-to-date with more modern functions.
>
> Suggested-by: Bartosz Golaszewski <brgl@xxxxxxxxxx>
> Signed-off-by: Maxwell Doose <m32285159@xxxxxxxxx>
> ---

Sashiko is telling me you missed one:

https://sashiko.dev/#/patchset/20260427214126.17818-1-m32285159%40gmail.com

Bart