Re: [PATCH] [PATCH] iio: chemical: sgp30: cleanup codestyle warning
From: Joshua Crofts
Date: Thu Jul 23 2026 - 17:56:03 EST
On Fri, 24 Jul 2026 00:18:49 +0800
Adi Nata <adinata.softwareengineer@xxxxxxxxx> wrote:
> Reported by checkpatch:
> FILE: drivers/iio/chemical/sgp30.c
> WARNING: Prefer __packed over __attribute__((__packed__))
> +} __attribute__((__packed__));
>
> Signed-off-by: Adi Nata <adinata.softwareengineer@xxxxxxxxx>
> ---
Same issues as with your previous patch. Additionally, the
subject contains two [PATCH] tags, perhaps you've used git
format-patch or git send-email incorrectly?
After fixing:
Reviewed-by: Joshua Crofts <joshua.crofts1@xxxxxxxxx>
--
Kind regards,
Joshua Crofts