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

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
......@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment