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 40B76C433EF for ; Fri, 17 Dec 2021 08:08:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233380AbhLQIIk (ORCPT ); Fri, 17 Dec 2021 03:08:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39008 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229895AbhLQIIj (ORCPT ); Fri, 17 Dec 2021 03:08:39 -0500 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05B99C061574 for ; Fri, 17 Dec 2021 00:08:39 -0800 (PST) Received: by theia.8bytes.org (Postfix, from userid 1000) id A4A0436D; Fri, 17 Dec 2021 09:08:37 +0100 (CET) Date: Fri, 17 Dec 2021 09:08:36 +0100 From: Joerg Roedel To: Xiang wangx Cc: will@kernel.org, jean-philippe@linaro.org, virtualization@lists.linux-foundation.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu/virtio: Fix typo in a comment Message-ID: References: <20211216083302.18049-1-wangxiang@cdjrlc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211216083302.18049-1-wangxiang@cdjrlc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 16, 2021 at 04:33:02PM +0800, Xiang wangx wrote: > The double `as' in a comment is repeated, thus it should be removed. > > Signed-off-by: Xiang wangx > --- > drivers/iommu/virtio-iommu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.