public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing"
@ 2017-11-21 22:59 Colin King
  2017-11-21 23:06 ` Logan Gunthorpe
  2017-11-22  3:13 ` Joe Perches
  0 siblings, 2 replies; 7+ messages in thread
From: Colin King @ 2017-11-21 22:59 UTC (permalink / raw)
  To: Kurt Schwemmer, Logan Gunthorpe, Jon Mason, Dave Jiang,
	Allen Hubbe, linux-pci, linux-ntb
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in dev_err error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ntb/hw/mscc/ntb_hw_switchtec.c b/drivers/ntb/hw/mscc/ntb_hw_switchtec.c
index afe8ed6f3b23..d46d113210b5 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));
 
-- 
2.14.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-11-27 16:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-21 22:59 [PATCH] NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing" Colin King
2017-11-21 23:06 ` Logan Gunthorpe
2017-11-27 16:07   ` Jon Mason
2017-11-22  3:13 ` Joe Perches
2017-11-22 18:53   ` Logan Gunthorpe
2017-11-22 19:21     ` Joe Perches
2017-11-27 16:08   ` Jon Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox