nfc: fdp: fix typo issue

change 'paquet' to 'packet'

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Link: https://lore.kernel.org/r/20210123074835.9448-1-samirweng1979@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
wengjianfeng 2021-01-23 15:48:35 +08:00 committed by Jakub Kicinski
parent 6d70cd2a42
commit afe197f44e
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ static int fdp_nci_i2c_read(struct fdp_i2c_phy *phy, struct sk_buff **skb)
/* /*
* LRC check failed. This may due to transmission error or * LRC check failed. This may due to transmission error or
* desynchronization between driver and FDP. Drop the paquet * desynchronization between driver and FDP. Drop the packet
* and force resynchronization * and force resynchronization
*/ */
if (lrc) { if (lrc) {