From patchwork Thu Dec 23 00:48:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 12697710 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7649C433F5 for ; Thu, 23 Dec 2021 00:48:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238066AbhLWAsF (ORCPT ); Wed, 22 Dec 2021 19:48:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235262AbhLWAsE (ORCPT ); Wed, 22 Dec 2021 19:48:04 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA6E5C061574 for ; Wed, 22 Dec 2021 16:48:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=Y+WseCG54oTY0+6bflP9hEM8X24/3e5+7YnX9/6Qnc0=; b=yELBIdk0piNmjVY38agkS1s+8V obag5AlsuqPvukBcmIJ2zA2XRzPcPI09cSHdZm09hgPCx4gsHcRrIRMQrFzrHkWdLXXNGmo2RuIH5 W8U6rpxRNR07XhZ+P/22IkRHuCdCCw1gbhC8l015FoFhyYmtY9TQrnEoO64R2WZM2J2z7bKkW0Pup mGOk/Z9L8aQPtP3rMMhwMXmeCZY0IZU0BoEooap1s3PDeu/3VZg+5lXjkR+MXILANtmgrAwQfN/lB uHRpI1LXq5DbuGUmcgpIxCXQcb/Gpb22Mk+P1EJMcErAWTyHkCVyJBvhjWnUT23e9zlAvdiptfIpG /lUT8PxA==; Received: from [2601:1c0:6280:3f0::aa0b] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1n0CH5-00BcBB-9c; Thu, 23 Dec 2021 00:48:03 +0000 From: Randy Dunlap To: linux-pci@vger.kernel.org Cc: Randy Dunlap , Kurt Schwemmer , Logan Gunthorpe Subject: [PATCH] ntb_hw_switchtec: fix the spelling of "its" Date: Wed, 22 Dec 2021 16:48:02 -0800 Message-Id: <20211223004802.18184-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Use the possessive "its" instead of the contraction "it's" (it is) in user messages. Signed-off-by: Randy Dunlap Cc: Kurt Schwemmer Cc: Logan Gunthorpe Reviewed-by: Logan Gunthorpe --- linux-next-20211222.orig/drivers/ntb/hw/mscc/ntb_hw_switchtec.c +++ linux-next-20211222/drivers/ntb/hw/mscc/ntb_hw_switchtec.c @@ -297,7 +297,7 @@ static int switchtec_ntb_mw_set_trans(st * (see CMA_CONFIG_ALIGNMENT) */ dev_err(&sndev->stdev->dev, - "ERROR: Memory window address is not aligned to it's size!\n"); + "ERROR: Memory window address is not aligned to its size!\n"); return -EINVAL; }