Re: [PATCH 01/10] iio: accel: Drop unnecessary -ENOMEM messages

From: Andy Shevchenko
Date: Fri Aug 22 2025 - 05:50:33 EST


On Fri, Aug 22, 2025 at 09:19:49AM +0530, Dixit Parmar wrote:
> The drivers do not require their own error messages for error
> -ENOMEM, memory allocation failures. So remove the dev_err
> messages from the probe().

Misplaced (), should be like
"...So remove the dev_err() messages from the probe."

Same applies to all of the affected commit messages in the series.

--
With Best Regards,
Andy Shevchenko