iio: ssp_sensors: cleanup codestyle warning

Reported by checkpatch:
FILE: drivers/iio/common/ssp_sensors/ssp_dev.c

WARNING: Prefer __packed over __attribute__((__packed__))
+} __attribute__((__packed__));

Signed-off-by: Sanjay Chitroda <sanjayembeddedse@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
Sanjay Chitroda 2026-04-26 14:47:02 +05:30 committed by Jonathan Cameron
parent 370461ac8d
commit 74c3923344

View File

@ -28,7 +28,7 @@ struct ssp_instruction {
__le32 a;
__le32 b;
u8 c;
} __attribute__((__packed__));
} __packed__;
static const u8 ssp_magnitude_table[] = {110, 85, 171, 71, 203, 195, 0, 67,
208, 56, 175, 244, 206, 213, 0, 92, 250, 0, 55, 48, 189, 252, 171,