Re: [PATCH v9 5/6] scanf: tidy header `#include`s

From: Petr Mladek
Date: Fri Mar 14 2025 - 09:04:39 EST


On Fri 2025-03-07 06:27:38, Tamir Duberstein wrote:
> Remove the unused `kernel.h`. Replace `string.h` with `sprintf.h` as the
> former doesn't seem to be used directly.

> --- a/lib/tests/scanf_kunit.c
> +++ b/lib/tests/scanf_kunit.c
> @@ -5,12 +5,11 @@
>
> #include <kunit/test.h>
> #include <linux/bitops.h>
> -#include <linux/kernel.h>
> #include <linux/module.h>
> #include <linux/overflow.h>
> #include <linux/prandom.h>
> #include <linux/slab.h>
> -#include <linux/string.h>
> +#include <linux/sprintf.h>
>
> #define BUF_SIZE 1024
>


The change makes sense and looks good to me. I would go with it.

Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>
Tested-by: Petr Mladek <pmladek@xxxxxxxx>

Further improvements might be done later in a separate patchset...

Best Regards,
Petr