From: Christophe Ricard Date: Sun, 25 Jan 2015 22:33:31 +0000 (+0100) Subject: NFC: st21nfcb: Fix copy/paste error in comment X-Git-Tag: v4.0-rc1~133^2~108^2~12 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=6da7c85c75eed769423b428eb654eaaf89d273c1;p=cascardo%2Flinux.git 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 Signed-off-by: Samuel Ortiz --- 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 { unsigned int irq_polarity; }; -#endif /* _ST21NFCA_HCI_H_ */ +#endif /* _ST21NFCB_NCI_H_ */