From: Colin Ian King Date: Tue, 21 Nov 2017 22:59:45 +0000 (+0000) Subject: NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing" X-Git-Tag: v5.15~9474^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5ec8b451a02674882c75f51073a4f0323b37550;p=platform%2Fkernel%2Flinux-starfive.git NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing" Trivial fix to spelling mistake in dev_err error message Signed-off-by: Colin Ian King Reviewed-By: Logan Gunthorpe Signed-off-by: Jon Mason --- diff --git a/drivers/ntb/hw/mscc/ntb_hw_switchtec.c b/drivers/ntb/hw/mscc/ntb_hw_switchtec.c index ca0334a..c23b4e3 100644 --- a/drivers/ntb/hw/mscc/ntb_hw_switchtec.c +++ b/drivers/ntb/hw/mscc/ntb_hw_switchtec.c @@ -172,7 +172,7 @@ static int switchtec_ntb_part_op(struct switchtec_ntb *sndev, if (ps == status) { dev_err(&sndev->stdev->dev, - "Timed out while peforming %s (%d). (%08x)", + "Timed out while performing %s (%d). (%08x)", op_text[op], op, ioread32(&ctl->partition_status));