Commit afe197f4 authored by wengjianfeng's avatar wengjianfeng Committed by Jakub Kicinski

nfc: fdp: fix typo issue

change 'paquet' to 'packet'
Signed-off-by: default avatarwengjianfeng <wengjianfeng@yulong.com>
Link: https://lore.kernel.org/r/20210123074835.9448-1-samirweng1979@163.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 6d70cd2a
......@@ -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
* desynchronization between driver and FDP. Drop the paquet
* desynchronization between driver and FDP. Drop the packet
* and force resynchronization
*/
if (lrc) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment