From: Bhaskar Chowdhury Date: Mon, 22 Mar 2021 00:54:30 +0000 (+0530) Subject: NFC: Fix a typo X-Git-Tag: v5.13-rc1~94^2~454 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0853f5ab35e63ff0a75eadb67455ba11412c4374;p=thirdparty%2Flinux.git NFC: Fix a typo s/packaet/packet/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/drivers/nfc/fdp/fdp.c b/drivers/nfc/fdp/fdp.c index 824f2da137a62..ee2baa2b2fcf4 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) {