Re: [PATCH 01/13] iio: accel: Remove redundant dev_err()/dev_err_probe()

From: Jonathan Cameron

Date: Fri Jul 17 2026 - 19:21:37 EST


On Fri, 17 Jul 2026 17:42:24 +0800
Pan Chuang <panchuang@xxxxxxxx> wrote:

> Since commit 55b48e23f5c4 ("genirq/devres: Add error handling in
> devm_request_*_irq()"),

Please rewrap in a fashion that keeps the commit description on one line.
One option would be:

Since commit
55b48e23f5c4 ("genirq/devres: Add error handling in devm_request_*_irq()"),

Idea being to make it easy to grep for.

Thanks,

Jonathan