Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bda7eb27 authored by Valentin Ilie's avatar Valentin Ilie Committed by Samuel Ortiz
Browse files

NFC: mei_phy: Clean up file



Fix checkpatch warnings.
Replace __attribute__((__packed__)) with __packed.
Replace spaces with tabs.

Signed-off-by: default avatarValentin Ilie <valentin.ilie@gmail.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 4ca546e5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ struct mei_nfc_hdr {
	u16 req_id;
	u32 reserved;
	u16 data_size;
} __attribute__((packed));
} __packed;

#define MEI_NFC_MAX_READ (MEI_NFC_HEADER_SIZE + MEI_NFC_MAX_HCI_PAYLOAD)