From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6272C433ED for ; Sat, 17 Apr 2021 06:08:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 96439611CC for ; Sat, 17 Apr 2021 06:08:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230062AbhDQGIB (ORCPT ); Sat, 17 Apr 2021 02:08:01 -0400 Received: from mailoutvs44.siol.net ([185.57.226.235]:53631 "EHLO mail.siol.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229614AbhDQGH7 (ORCPT ); Sat, 17 Apr 2021 02:07:59 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.siol.net (Postfix) with ESMTP id C3A8F523302; Sat, 17 Apr 2021 08:07:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at psrvmta11.zcs-production.pri Received: from mail.siol.net ([127.0.0.1]) by localhost (psrvmta11.zcs-production.pri [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id ujWJtRf9z93L; Sat, 17 Apr 2021 08:07:30 +0200 (CEST) Received: from mail.siol.net (localhost [127.0.0.1]) by mail.siol.net (Postfix) with ESMTPS id 8284852334B; Sat, 17 Apr 2021 08:07:30 +0200 (CEST) Received: from jernej-laptop.localnet (89-212-178-211.dynamic.t-2.net [89.212.178.211]) (Authenticated sender: jernej.skrabec@siol.net) by mail.siol.net (Postfix) with ESMTPA id 59D425232B3; Sat, 17 Apr 2021 08:07:28 +0200 (CEST) From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Will Deacon , Robin Murphy , Joerg Roedel , linux-arm-kernel , iommu , linux-kernel , Yong Wu , Matthias Brugger , linux-mediatek , Maxime Ripard , Chen-Yu Tsai , David Woodhouse , Lu Baolu , Zhen Lei Cc: Zhen Lei Subject: Re: [PATCH 4/8] iommu/sun50i: Fix spelling mistake "consits" -> "consists" Date: Sat, 17 Apr 2021 08:07:28 +0200 Message-ID: <4000375.Ibcesr10vN@jernej-laptop> In-Reply-To: <20210326062412.1262-5-thunder.leizhen@huawei.com> References: <20210326062412.1262-1-thunder.leizhen@huawei.com> <20210326062412.1262-5-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! Dne petek, 26. marec 2021 ob 07:24:08 CEST je Zhen Lei napisal(a): > There is a spelling mistake in a comment, fix it. > > Signed-off-by: Zhen Lei > --- > drivers/iommu/sun50i-iommu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Jernej Skrabec Best regards, Jernej