Commit c5ec8b45 authored by Colin Ian King's avatar Colin Ian King Committed by Jon Mason
Browse files

NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing"



Trivial fix to spelling mistake in dev_err error message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-By: default avatarLogan Gunthorpe <logang@deltatee.com>
Signed-off-by: default avatarJon Mason <jdmason@kudzu.us>
parent 3f775672
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));