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

From: Jonathan Cameron

Date: Sun Dec 07 2025 - 11:02:19 EST


On Wed, 26 Nov 2025 17:43:33 -0300
Tomas Borquez <tomasborquez13@xxxxxxxxx> wrote:

> 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
Hi Tomas

I moaning a bit about this today as I have a very long
email backlog. This comment belongs only in the changelog
of v3. Sending a reply here just adds noise to the email
queue of reviewers. i.e. Don't reply to just say this.

Jonathan

>
> Tomas