Re: [PATCH] nfc: pn533: Fix typo issue

2021-02-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 3 Feb 2021 17:38:42 +0800 you wrote: > From: wengjianfeng > > change 'piority' to 'priority' > change 'succesfult' to 'successful' > > Signed-off-by: wengjianfeng > > [...] Here is the summary with links: -

[PATCH] nfc: pn533: Fix typo issue

2021-02-03 Thread samirweng1979
From: wengjianfeng change 'piority' to 'priority' change 'succesfult' to 'successful' Signed-off-by: wengjianfeng --- drivers/nfc/pn533/pn533.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/nfc/pn533/pn533.c b/drivers/nfc/pn533/pn533.c index f7464bd..f1469ac 1