mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
fcst: Remove one occurrence of __attribute__((packed))
Remove this occurrence because it is not necessary and because checkpatch complains about it. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9573 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -348,7 +348,9 @@ int ft_get_transport_id(struct scst_tgt *tgt, struct scst_session *scst_sess,
|
||||
u8 __resv1[7];
|
||||
__be64 port_name; /* N_Port Name */
|
||||
u8 __resv2[8];
|
||||
} __attribute__((__packed__)) *id;
|
||||
} *id;
|
||||
|
||||
static_assert(sizeof(*id) == 24);
|
||||
|
||||
if (!scst_sess)
|
||||
return SCSI_TRANSPORTID_PROTOCOLID_FCP2;
|
||||
|
||||
Reference in New Issue
Block a user