Re: [PATCH 05/14] iio: temperature: mlx90632: sort headers alphabetically
Jonathan Cameron <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260823185413.11af400e@jic23-huawei> |
On Sat, 22 Aug 2026 10:02:32 +0200 Joshua Crofts <[email protected]> wrote: > Sort headers alphabetically to improve readability. Whilst I don't really mind these being separate patches the main motivation for doing this is to make it easier to see what is added and removed in the next patch. When only one or two entries move in the reorder it matters a lot less. Upshot, you could combine this with the ones making actual changes. Jonathan > > No functional change. > > Signed-off-by: Joshua Crofts <[email protected]> > --- > drivers/iio/temperature/mlx90632.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/temperature/mlx90632.c b/drivers/iio/temperature/mlx90632.c > index 2fde48f337e2..73c935364d33 100644 > --- a/drivers/iio/temperature/mlx90632.c > +++ b/drivers/iio/temperature/mlx90632.c > @@ -16,8 +16,8 @@ > #include <linux/jiffies.h> > #include <linux/kernel.h> > #include <linux/limits.h> > -#include <linux/module.h> > #include <linux/math64.h> > +#include <linux/module.h> > #include <linux/pm_runtime.h> > #include <linux/regmap.h> > #include <linux/regulator/consumer.h> >