drm/ioc32: replace __attribute__((packed)) with __packed
authorJani Nikula <jani.nikula@intel.com>
Tue, 12 Dec 2023 13:25:57 +0000 (15:25 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 14 Dec 2023 10:16:58 +0000 (12:16 +0200)
commit8acf543cc68cefb0b41011fd66d5e11fd8fcee56
treefc7d23cc085960c19c879c8f287a104657d4209c
parentdd20946516b6dc567c733cc3e4538eb9223596cf
drm/ioc32: replace __attribute__((packed)) with __packed

__packed is preferred over __attribute__((packed)).

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Simon Ser <contact@emersion.fr>
Link: https://patchwork.freedesktop.org/patch/msgid/20231212132557.3777281-2-jani.nikula@intel.com
drivers/gpu/drm/drm_ioc32.c