Skip to content

Commit a48ebe4

Browse files
Colin Ian Kinglsgunth
authored andcommitted
NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing"
Trivial fix to spelling mistake in dev_err error message Signed-off-by: Colin Ian King <[email protected]> Reviewd-by: Logan Gunthorpe <[email protected]>
1 parent 1b49cdb commit a48ebe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ntb_hw_switchtec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ static int switchtec_ntb_part_op(struct switchtec_ntb *sndev,
172172

173173
if (ps == status) {
174174
dev_err(&sndev->stdev->dev,
175-
"Timed out while peforming %s (%d). (%08x)",
175+
"Timed out while performing %s (%d). (%08x)",
176176
op_text[op], op,
177177
ioread32(&ctl->partition_status));
178178

0 commit comments

Comments
 (0)