Re: [PATCH v2] iio: isl29018.c: replace sprintf with safer alternatives

From: Tomas Borquez

Date: Wed Nov 26 2025 - 15:44:28 EST


Thanks for the review Andy!
> sprintf()
> "...sysfs_emit() and sysfs_emit_at()..."
>
> alternatives
>
> OR
>
> "...sysfs_emit() or sysfs_emit_at()..."

...

> Forgot to update indentation.

Updated both commit message and indentation in v3

Tomas