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

Trivial fix to spelling mistake in dev_err error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-By: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
This commit is contained in:
Colin Ian King 2017-11-21 22:59:45 +00:00 committed by Jon Mason
parent 3f7756728e
commit c5ec8b451a

View file

@ -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));