summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
diff options
context:
space:
mode:
authorColin Ian King2017-11-21 23:59:45 +0100
committerJon Mason2018-01-29 04:17:23 +0100
commitc5ec8b451a02674882c75f51073a4f0323b37550 (patch)
tree5952c50e1d83899fc7fd90096c408747ce76d94b /drivers/ntb
parentntb: remove Intel Atom NTB driver support (diff)
downloadkernel-qcow2-linux-c5ec8b451a02674882c75f51073a4f0323b37550.tar.gz
kernel-qcow2-linux-c5ec8b451a02674882c75f51073a4f0323b37550.tar.xz
kernel-qcow2-linux-c5ec8b451a02674882c75f51073a4f0323b37550.zip
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>
Diffstat (limited to 'drivers/ntb')
-rw-r--r--drivers/ntb/hw/mscc/ntb_hw_switchtec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ntb/hw/mscc/ntb_hw_switchtec.c b/drivers/ntb/hw/mscc/ntb_hw_switchtec.c
index ca0334a6b759..c23b4e3f280f 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));