From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ale.deltatee.com ([207.54.116.67]:49446 "EHLO ale.deltatee.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751306AbdKUXGr (ORCPT ); Tue, 21 Nov 2017 18:06:47 -0500 To: Colin King , Kurt Schwemmer , Jon Mason , Dave Jiang , Allen Hubbe , linux-pci@vger.kernel.org, linux-ntb@googlegroups.com Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org References: <20171121225945.29377-1-colin.king@canonical.com> From: Logan Gunthorpe Message-ID: Date: Tue, 21 Nov 2017 16:06:41 -0700 MIME-Version: 1.0 In-Reply-To: <20171121225945.29377-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8; format=flowed Subject: Re: [PATCH] NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing" Sender: linux-pci-owner@vger.kernel.org List-ID: Thanks Colin! Reviewed-By: Logan Gunthorpe On 21/11/17 03:59 PM, Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistake in dev_err error message > > Signed-off-by: Colin Ian King > --- > 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)); > >