Received: by 10.192.165.148 with SMTP id m20csp203370imm; Tue, 1 May 2018 21:26:22 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoL14ikW3tLs4DoWbRXrcBHa0Xitu31pfErWk4LzgaHITmicTFD1Zz/y8yZsdHGplzVAVyu X-Received: by 2002:a17:902:206:: with SMTP id 6-v6mr18657120plc.376.1525235182692; Tue, 01 May 2018 21:26:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525235182; cv=none; d=google.com; s=arc-20160816; b=QWLFiPtMVQAaWJAA/SI2vFyYLlF3eB7vCnI/UBoJT9OZP8exATmKYvM6wB58iwBQGZ B0NvjvHTj+zrgqect9Uzn3FgSKYvR1+m4hR8xvnyRhfatjPmq8miSNwIiPWlSgKzLIFy 3aCoYAh8l47s2aK2NVGub/cepTF56LkRcBadtzYSmC7Jtddr56JKnpCa3CqRPMeWbkHI UDneZI399GEZjvjbRPKzz4gpq3AcL8dIVErhYdheZFyFRwHA3uKNd9UTU7pOZTyN8P5r /SbI6nSotsU3MeiaMoekOVhSBPYzJiirgs4zJ+aS7puu203rNtjBeQBjXi6255BeMIoz OhfA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=rAmFy/YdPRx/tL6ueWW0j4i+6QfpXGufhpA3GQSvP7g=; b=CoRR/Wpe1QusFImQX0q9qYqJHYJgBUBaaj4hUHtip1QfDLQgOXHd3B7TSJ/96cPTqE gQz7oQfEd8KkWpC0+ShxI3F3m9oNEeOTGIlJIN5SjkTta/QeBzCLQNWfWaPw78j3jZVc CiKuGBcFI3M1Q3MojrJSGhhIPKzWrbQ/e4XEFhPvtvRCGdH+HVCVXYve5N57gBiD0TSb 4dLIwgit5KcZGtF4AWCeL1hgZqMsKeRE5k8aBjdP7yrvInHPqR8P+pMYmrLgl+xeUPIp N4c7LRxn8m0BHKO7UGpHHtvsL/+l6H7FMD2jVRG9gFMqazcpEK5bdL1hxaCFfc/uhwOb J5ng== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u3si11564715pfj.58.2018.05.01.21.25.54; Tue, 01 May 2018 21:26:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750928AbeEBEY1 (ORCPT + 99 others); Wed, 2 May 2018 00:24:27 -0400 Received: from mga06.intel.com ([134.134.136.31]:49121 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750836AbeEBEYZ (ORCPT ); Wed, 2 May 2018 00:24:25 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 May 2018 21:24:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,353,1520924400"; d="scan'208";a="50757633" Received: from vkoul-udesk7.iind.intel.com (HELO localhost) ([10.223.84.143]) by fmsmga004.fm.intel.com with ESMTP; 01 May 2018 21:24:22 -0700 Date: Wed, 2 May 2018 09:59:10 +0530 From: Vinod Koul To: Colin King Cc: Dan Williams , Maxime Coquelin , Alexandre Torgue , dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][V2] dmaengine: stm32-mdma: fix spelling mistake: "avalaible" -> "available" Message-ID: <20180502042910.GP6014@localhost> References: <20180428220352.19601-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180428220352.19601-1-colin.king@canonical.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 28, 2018 at 11:03:52PM +0100, Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistake in dev_err error message text and make > channel plural. Applied, thanks -- ~Vinod