summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/fdp
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-22 06:24:30 +0530
committerDavid S. Miller <davem@davemloft.net>2021-03-22 12:59:07 -0700
commit0853f5ab35e63ff0a75eadb67455ba11412c4374 (patch)
tree0cbbc5903e45ef6de275319d2e70efedf597a75c /drivers/nfc/fdp
parent5e8302821527acd9de8a149dcbf80f50eb2b90e2 (diff)
downloadlinux-0853f5ab35e63ff0a75eadb67455ba11412c4374.tar.gz
linux-0853f5ab35e63ff0a75eadb67455ba11412c4374.tar.xz
NFC: Fix a typo
s/packaet/packet/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/nfc/fdp')
-rw-r--r--drivers/nfc/fdp/fdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/fdp/fdp.c b/drivers/nfc/fdp/fdp.c
index 824f2da137a6..ee2baa2b2fcf 100644
--- a/drivers/nfc/fdp/fdp.c
+++ b/drivers/nfc/fdp/fdp.c
@@ -176,7 +176,7 @@ static void fdp_nci_set_data_pkt_counter(struct nci_dev *ndev,
*
* The firmware will be analyzed and applied when we send NCI_OP_PROP_PATCH_CMD
* command with NCI_PATCH_TYPE_EOT parameter. The device will send a
- * NFCC_PATCH_NTF packaet and a NCI_OP_CORE_RESET_NTF packet.
+ * NFCC_PATCH_NTF packet and a NCI_OP_CORE_RESET_NTF packet.
*/
static int fdp_nci_send_patch(struct nci_dev *ndev, u8 conn_id, u8 type)
{