From patchwork Thu Aug 11 13:59:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Wang X-Patchwork-Id: 12941463 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 7415DC19F2A for ; Thu, 11 Aug 2022 14:00:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235381AbiHKOAS (ORCPT ); Thu, 11 Aug 2022 10:00:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234971AbiHKOAR (ORCPT ); Thu, 11 Aug 2022 10:00:17 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72BD8B6B; Thu, 11 Aug 2022 07:00:13 -0700 (PDT) X-QQ-mid: bizesmtp85t1660226400t8djmn6w Received: from localhost.localdomain ( [182.148.14.53]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 11 Aug 2022 21:59:59 +0800 (CST) X-QQ-SSF: 01000000002000G0V000B00A0000020 X-QQ-FEAT: STiaxnIrALifAWJvhe4y7QQ5bwysnwrZVhewo0Pfx1+xFcf/1ndCeIuVWDNe2 qnnw3rda2scOBLI6rOWj3fGJkZwZPqT4Ds/h1usJoERTcnc7imb7DW2j3/IZkAyInlbcn5S Lu+o7FpfbuEhIMzGvSx+tmjrV7Vi6C0Ctojv12bJImn+d8XKVLLs1fxfliGbpBenZ1DTF9l 1KyRqKucHoJKHQR28333hYBHtzpbUifIilwdfHoHmTEuFnlBf8f64/flIpfbF9ZJYffubMi hURasZ+MOejxJhZdmejDX92AOO3pA+vcucn6811h6hLvxY4OXbP8bGEu1U44tBgncxcs8vQ v88Pbl14Yp4rMSIRoSSKztHMS7iErLOGIusW+YQ+U4ctNAiK/mPaZRwcNEHJpNwZzUN9b1T X-QQ-GoodBg: 0 From: Jason Wang To: deller@gmx.de Cc: James.Bottomley@HansenPartnership.com, linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org, Jason Wang Subject: [PATCH] parisc: ccio-dma.c: Fix comment typo Date: Thu, 11 Aug 2022 21:59:53 +0800 Message-Id: <20220811135953.27950-1-wangborong@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr6 Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org The double `was' is duplicated in the comment, remove one. Signed-off-by: Jason Wang --- drivers/parisc/ccio-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c index 9be007c9420f..e863eb648379 100644 --- a/drivers/parisc/ccio-dma.c +++ b/drivers/parisc/ccio-dma.c @@ -268,7 +268,7 @@ static int ioc_count; * Each bit can represent a number of pages. * LSbs represent lower addresses (IOVA's). * -* This was was copied from sba_iommu.c. Don't try to unify +* This was copied from sba_iommu.c. Don't try to unify * the two resource managers unless a way to have different * allocation policies is also adjusted. We'd like to avoid * I/O TLB thrashing by having resource allocation policy