Skip to content

Commit

Permalink
nfc: fdp: fix typo issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
wengjianfeng authored and Jakub Kicinski committed Jan 26, 2021
1 parent 6d70cd2 commit afe197f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nfc/fdp/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit afe197f

Please sign in to comment.