提交 bda7eb27 编写于 作者: V Valentin Ilie 提交者: Samuel Ortiz

NFC: mei_phy: Clean up file

Fix checkpatch warnings.
Replace __attribute__((__packed__)) with __packed.
Replace spaces with tabs.
Signed-off-by: NValentin Ilie <valentin.ilie@gmail.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 4ca546e5
...@@ -30,7 +30,7 @@ struct mei_nfc_hdr { ...@@ -30,7 +30,7 @@ struct mei_nfc_hdr {
u16 req_id; u16 req_id;
u32 reserved; u32 reserved;
u16 data_size; u16 data_size;
} __attribute__((packed)); } __packed;
#define MEI_NFC_MAX_READ (MEI_NFC_HEADER_SIZE + MEI_NFC_MAX_HCI_PAYLOAD) #define MEI_NFC_MAX_READ (MEI_NFC_HEADER_SIZE + MEI_NFC_MAX_HCI_PAYLOAD)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册