Re: [PATCH 05/14] iio: temperature: mlx90632: sort headers alphabetically
From: Jonathan Cameron
Date: Sun Aug 23 2026 - 13:54:26 EST
On Sat, 22 Aug 2026 10:02:32 +0200
Joshua Crofts <joshua.crofts1@xxxxxxxxx> 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 <joshua.crofts1@xxxxxxxxx>
> ---
> 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>
>