Commit 0ee2384a authored by Suman Ghosh's avatar Suman Ghosh Committed by David S. Miller
Browse files

octeontx2-af: Fix marking couple of structure as __packed



Couple of structures was not marked as __packed. This patch
fixes the same and mark them as __packed.

Fixes: 42006910 ("octeontx2-af: cleanup KPU config data")
Signed-off-by: default avatarSuman Ghosh <sumang@marvell.com>
Reviewed-by: default avatarJacob Keller <jacob.e.keller@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dff90e4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -528,7 +528,7 @@ struct npc_lt_def {
	u8	ltype_mask;
	u8	ltype_match;
	u8	lid;
};
} __packed;

struct npc_lt_def_ipsec {
	u8	ltype_mask;
@@ -536,7 +536,7 @@ struct npc_lt_def_ipsec {
	u8	lid;
	u8	spi_offset;
	u8	spi_nz;
};
} __packed;

struct npc_lt_def_apad {
	u8	ltype_mask;