Skip to content

Commit

Permalink
NFC: st21nfcb: Fix copy/paste error in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christophe Ricard authored and Samuel Ortiz committed Jan 26, 2015
1 parent 0b35fa7 commit 6da7c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/platform_data/st21nfcb.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ struct st21nfcb_nfc_platform_data {
unsigned int irq_polarity;
};

#endif /* _ST21NFCA_HCI_H_ */
#endif /* _ST21NFCB_NCI_H_ */

0 comments on commit 6da7c85

Please sign in to comment.