diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-01-25 17:33:31 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-01-26 17:14:34 -0500 |
commit | 6da7c85c75eed769423b428eb654eaaf89d273c1 (patch) | |
tree | 4bdf1e585ca717ab2ef4a3add0ee41bb4196047f /include/linux/platform_data | |
parent | 0b35fa7daefe9da6fdef91d95e07eebb714a8fcc (diff) |
NFC: st21nfcb: Fix copy/paste error in comment
include/linux/platform_data/st21nfcb.h is based on
include/linux/platform_data/st21nfca.h.
The endif comment is inacurrate for st21nfcb.
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/st21nfcb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/st21nfcb.h b/include/linux/platform_data/st21nfcb.h index 05c54c958cc3..b023373d9874 100644 --- a/include/linux/platform_data/st21nfcb.h +++ b/include/linux/platform_data/st21nfcb.h | |||
@@ -26,4 +26,4 @@ struct st21nfcb_nfc_platform_data { | |||
26 | unsigned int irq_polarity; | 26 | unsigned int irq_polarity; |
27 | }; | 27 | }; |
28 | 28 | ||
29 | #endif /* _ST21NFCA_HCI_H_ */ | 29 | #endif /* _ST21NFCB_NCI_H_ */ |